UNPKG

@fluent-windows/core

Version:

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

6 lines (5 loc) 195 B
import * as React from 'react'; import { CheckboxProps } from './Checkbox.type'; export declare const name = "Checkbox"; declare const Checkbox: React.FC<CheckboxProps>; export default Checkbox;