Skip to content

Commit

Permalink
fix: add missing TableRowProps export
Browse files Browse the repository at this point in the history
  • Loading branch information
sapkra committed Apr 24, 2024
1 parent 1a033fe commit 2aac3cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/components/table/src/index.ts
Expand Up @@ -19,4 +19,10 @@ export {default as Table} from "./table";

// export base components
export {TableBody, TableCell, TableColumn, TableHeader, TableRow} from "./base";
export type {TableBodyProps, TableCellProps, TableColumnProps, TableHeaderProps} from "./base";
export type {
TableBodyProps,
TableCellProps,
TableColumnProps,
TableHeaderProps,
TableRowProps,
} from "./base";

0 comments on commit 2aac3cf

Please sign in to comment.