UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

4 lines (3 loc) 207 B
import { ICheckboxStyles } from './Checkbox.types'; import { ITheme } from '../../Styling'; export declare const getStyles: (theme: ITheme, customStyles?: ICheckboxStyles | undefined) => ICheckboxStyles;