UNPKG

246 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { LabelBase } from './Label.base';
3import { getStyles } from './Label.styles';
4export var Label = styled(LabelBase, getStyles, undefined, {
5 scope: 'Label',
6});
7//# sourceMappingURL=Label.js.map
\No newline at end of file