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