@octopusdeploy/design-system-components
Version:
The design systems component library.
8 lines (7 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegacyDataTableFooterRow = LegacyDataTableFooterRow;
const jsx_runtime_1 = require("react/jsx-runtime");
function LegacyDataTableFooterRow({ className, children }) {
return (0, jsx_runtime_1.jsx)("tr", { className: className, children: children });
}