We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b0009 commit eef1a84Copy full SHA for eef1a84
1 file changed
src/components/Table/index.tsx
@@ -7,3 +7,4 @@ export * from "./TableCell";
7
8
// TODO, we may wrap to add own classes (currently not necessary)
9
export { TableHead, TableBody, TableExpandedRow, TableHeader } from "@carbon/react";
10
+export type { TableHeadProps, TableBodyProps, TableExpandedRowProps, TableHeaderProps } from "@carbon/react";
0 commit comments