@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 310 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { FormLabelStylesProps } from '../../../../components/Form/FormLabel';
import { FormLabelVariables } from './formLabelVariables';
export declare const formLabelStyles: ComponentSlotStylesPrepared<FormLabelStylesProps, FormLabelVariables>;