UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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