UNPKG

@fluentui/react-northstar

Version:
10 lines (9 loc) 316 B
export interface InputLabelVariables { insideLabelBottom: string; insideLabelPaddingLeft: string; insideLabelActiveFontSize: string; inlineLabelPaddingRight: string; lineHeight: string; marginBottom: string; } export declare const inputLabelVariables: (siteVars: any) => InputLabelVariables;