UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines 246 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