UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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