UNPKG

suomifi-ui-components

Version:
21 lines (18 loc) 901 B
import { __makeTemplateObject, __rest, __assign } from 'tslib'; import React from 'react'; import { css, styled } from 'styled-components'; import { resets } from '../utils/index.js'; var TableBodyResets = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n"], ["\n ", "\n ", "\n"])), resets.normalize.html, resets.common); var TableBody = function TableBody(_a) { var forwardedRef = _a.forwardedRef, passProps = __rest(_a, ["forwardedRef"]); return /*#__PURE__*/React.createElement("tbody", __assign({}, passProps, { ref: forwardedRef })); }; var HtmlTableBody = styled(TableBody).withConfig({ componentId: "sc-11nknoq-0" })(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), TableBodyResets); var templateObject_1, templateObject_2; export { HtmlTableBody }; //# sourceMappingURL=HtmlTableBody.js.map