UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines 214 B
import { styled } from '../../Utilities'; import { CheckBase } from './Check.base'; import { getStyles } from './Check.styles'; export var Check = styled(CheckBase, getStyles); //# sourceMappingURL=Check.js.map