UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 159 B
import type { ICheckboxStyleProps, ICheckboxStyles } from './Checkbox.types'; export declare const getStyles: (props: ICheckboxStyleProps) => ICheckboxStyles;