suomifi-ui-components
Version:
Suomi.fi UI component library
17 lines (14 loc) • 787 B
JavaScript
import { __makeTemplateObject, __assign } from 'tslib';
import React from 'react';
import { css, styled } from 'styled-components';
import { resets } from '../utils/index.js';
var labelResets = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n max-width: 100%;\n"], ["\n ", "\n ", "\n max-width: 100%;\n"])), resets.normalize.html, resets.common);
var Label = function Label(props) {
return /*#__PURE__*/React.createElement("label", __assign({}, props));
};
var HtmlLabel = styled(Label).withConfig({
componentId: "sc-190rfa1-0"
})(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), labelResets);
var templateObject_1, templateObject_2;
export { HtmlLabel };
//# sourceMappingURL=HtmlLabel.js.map