UNPKG

@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 898 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TableCaptionStandAlone = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const tableCaption_styled_1 = require("./tableCaption.styled"); const TableCaptionStandAloneComponent = ({ dataTestId = 'table-caption', children, styles, id, hidden, component, }, ref) => { return ((0, jsx_runtime_1.jsx)(tableCaption_styled_1.CaptionStyled, { ref: ref, "$styles": styles, as: component, "data-hidden": hidden, "data-testid": dataTestId, id: id, children: children })); }; exports.TableCaptionStandAlone = react_1.default.forwardRef(TableCaptionStandAloneComponent); //# sourceMappingURL=tableCaptionStandAlone.js.map