@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
14 lines • 838 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TableFootStandAlone = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const tableFoot_styled_1 = require("./tableFoot.styled");
const TableFootStandAloneComponent = ({ dataTestId = 'table-foot', children, styles, id, component, }, ref) => {
return ((0, jsx_runtime_1.jsx)(tableFoot_styled_1.TFootStyled, { ref: ref, "$styles": styles, as: component, "data-testid": dataTestId, id: id, children: children }));
};
exports.TableFootStandAlone = react_1.default.forwardRef(TableFootStandAloneComponent);
//# sourceMappingURL=tableFootStandAlone.js.map