suomifi-ui-components
Version:
Suomi.fi UI component library
17 lines (14 loc) • 814 B
JavaScript
import { __makeTemplateObject, __assign } from 'tslib';
import React from 'react';
import { css, styled } from 'styled-components';
import { resets } from '../utils/index.js';
var fieldSetResets = 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 FieldSet = function FieldSet(props) {
return /*#__PURE__*/React.createElement("fieldset", __assign({}, props));
};
var HtmlFieldSet = styled(FieldSet).withConfig({
componentId: "sc-1fimn2v-0"
})(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), fieldSetResets);
var templateObject_1, templateObject_2;
export { HtmlFieldSet };
//# sourceMappingURL=HtmlFieldSet.js.map