UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

4 lines (3 loc) 169 B
import { Theme } from '../styles'; import { CheckboxClassProps } from './Checkbox.type'; export declare const styles: (theme: Theme) => Record<CheckboxClassProps, any>;