@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 318 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { InputLabelStylesProps } from '../../../../components/Input/InputLabel';
import { InputLabelVariables } from './inputLabelVariables';
export declare const inputLabelStyles: ComponentSlotStylesPrepared<InputLabelStylesProps, InputLabelVariables>;