mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +00:00
12 lines
240 B
TypeScript
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";
|