suomifi-ui-components
Version:
Suomi.fi UI component library
21 lines (18 loc) • 890 B
JavaScript
import { __makeTemplateObject, __rest, __assign } from 'tslib';
import React from 'react';
import { css, styled } from 'styled-components';
import { resets } from '../utils/index.js';
var TableRowResets = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n"], ["\n ", "\n ", "\n"])), resets.normalize.html, resets.common);
var TableRow = function TableRow(_a) {
var forwardedRef = _a.forwardedRef,
passProps = __rest(_a, ["forwardedRef"]);
return /*#__PURE__*/React.createElement("tr", __assign({}, passProps, {
ref: forwardedRef
}));
};
var HtmlTableRow = styled(TableRow).withConfig({
componentId: "sc-1pgkizv-0"
})(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), TableRowResets);
var templateObject_1, templateObject_2;
export { HtmlTableRow };
//# sourceMappingURL=HtmlTableRow.js.map