UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines (5 loc) 248 B
import { ITheme } from '../../Styling'; export interface ILabelClassNames { root: string; } export declare const getLabelClassNames: (theme: ITheme, className: string | undefined, disabled: boolean, required: boolean) => ILabelClassNames;