@octopusdeploy/design-system-components
Version:
The design systems component library.
14 lines (13 loc) • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegacyDataTableFooter = LegacyDataTableFooter;
const jsx_runtime_1 = require("react/jsx-runtime");
/**
* @deprecated
* Deprecated: 28/05/2026
* Replacement: SimpleDataTable
* Reason: This component is deprecated and will be removed in a future release.
*/
function LegacyDataTableFooter({ className, children }) {
return (0, jsx_runtime_1.jsx)("tfoot", { className: className, children: children });
}