UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines 251 B
import { styled } from '../../Utilities'; import { CheckBase } from './Check.base'; import { getStyles } from './Check.styles'; export var Check = styled(CheckBase, getStyles, undefined, { scope: 'Check' }); //# sourceMappingURL=Check.js.map