@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 299 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { PillActionStylesProps } from '../../../../components/Pill/PillAction';
import { PillVariables } from './pillVariables';
export declare const pillActionStyles: ComponentSlotStylesPrepared<PillActionStylesProps, PillVariables>;