UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

5 lines 266 B
import { styled } from '@fluentui/utilities'; import { CheckboxBase } from './Checkbox.base'; import { getStyles } from './Checkbox.styles'; export var Checkbox = styled(CheckboxBase, getStyles, undefined, { scope: 'Checkbox' }); //# sourceMappingURL=Checkbox.js.map