@fluentui/react-northstar
Version:
A themable React component library.
10 lines (9 loc) • 316 B
TypeScript
export interface InputLabelVariables {
insideLabelBottom: string;
insideLabelPaddingLeft: string;
insideLabelActiveFontSize: string;
inlineLabelPaddingRight: string;
lineHeight: string;
marginBottom: string;
}
export declare const inputLabelVariables: (siteVars: any) => InputLabelVariables;