suomifi-ui-components
Version:
Suomi.fi UI component library
17 lines (14 loc) • 1.03 kB
JavaScript
import { __makeTemplateObject, __assign } from 'tslib';
import React from 'react';
import { css, styled } from 'styled-components';
import { resets } from '../utils/index.js';
var olResets = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n display: block;\n list-style-type: decimal;\n margin-top: 1em;\n margin-bottom: 1em;\n margin-left: 0;\n margin-right: 0;\n padding-left: 40px;\n"], ["\n ", "\n ", "\n display: block;\n list-style-type: decimal;\n margin-top: 1em;\n margin-bottom: 1em;\n margin-left: 0;\n margin-right: 0;\n padding-left: 40px;\n"])), resets.normalize.html, resets.common);
var Ol = function Ol(props) {
return /*#__PURE__*/React.createElement("ol", __assign({}, props));
};
var HtmlOl = styled(Ol).withConfig({
componentId: "sc-1ivirwh-0"
})(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), olResets);
var templateObject_1, templateObject_2;
export { HtmlOl };
//# sourceMappingURL=HtmlOl.js.map