Skip to content

Commit eef1a84

Browse files
committed
forward carbon types for used components
1 parent d0b0009 commit eef1a84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Table/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export * from "./TableCell";
77

88
// TODO, we may wrap to add own classes (currently not necessary)
99
export { TableHead, TableBody, TableExpandedRow, TableHeader } from "@carbon/react";
10+
export type { TableHeadProps, TableBodyProps, TableExpandedRowProps, TableHeaderProps } from "@carbon/react";

0 commit comments

Comments
 (0)