UNPKG

345 BTypeScriptView Raw
1import type { ICheckStyleProps, ICheckStyles } from './Check.types';
2export declare const CheckGlobalClassNames: {
3 root: string;
4 circle: string;
5 check: string;
6 /** Must be manually applied to the parent element of the check. */
7 checkHost: string;
8};
9export declare const getStyles: (props: ICheckStyleProps) => ICheckStyles;