office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
10 lines (9 loc) • 340 B
TypeScript
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;