UNPKG

@octopusdeploy/design-system-components

Version:
8 lines (7 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LegacyDataTableFooter = LegacyDataTableFooter; const jsx_runtime_1 = require("react/jsx-runtime"); function LegacyDataTableFooter({ className, children }) { return (0, jsx_runtime_1.jsx)("tfoot", { className: className, children: children }); }