UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

10 lines (9 loc) 340 B
import { ICheckStyleProps, ICheckStyles } from './Check.types'; export declare const CheckGlobalClassNames: { root: string; circle: string; check: string; /** Must be manually applied to the parent element of the check. */ checkHost: string; }; export declare const getStyles: (props: ICheckStyleProps) => ICheckStyles;