1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-29 22:02:57 +00:00
Files
infisical/frontend/src/components/v2/Table/index.tsx
2024-03-18 16:00:03 +01:00

12 lines
240 B
TypeScript

export type {
TableContainerProps,
TableProps,
TBodyProps,
TdProps,
TFootProps,
THeadProps,
ThProps,
TrProps
} from "./Table";
export { Table, TableContainer, TableSkeleton, TBody, Td, TFoot, Th, THead, Tr } from "./Table";