UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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