@cerberus-design/react
Version:
The Cerberus Design React component library.
31 lines (29 loc) • 419 B
JavaScript
import {
Caption,
TableEl,
TableRoot,
TableTrigger,
Tbody,
Td,
Tfoot,
Th,
Thead,
Tr
} from "./chunk-SITE2UML.js";
// src/components/table/parts.ts
var TableParts = {
Root: TableRoot,
Table: TableEl,
Caption,
Header: Thead,
HeaderCol: Th,
Body: Tbody,
Row: Tr,
Cell: Td,
Footer: Tfoot,
Trigger: TableTrigger
};
export {
TableParts
};
//# sourceMappingURL=chunk-Z5DHBMQF.js.map