@fluentui/react
Version:
Reusable React components for building web experiences.
10 lines (9 loc) • 345 B
TypeScript
import type { 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;