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 authored Apr 24, 2024
1 parent 1a033fe commit e78015c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/table/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ 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";

Check warning on line 22 in packages/components/table/src/index.ts

View workflow job for this annotation

GitHub Actions / ESLint

Replace `TableBodyProps,·TableCellProps,·TableColumnProps,·TableHeaderProps,·TableRowProps` with `⏎··TableBodyProps,⏎··TableCellProps,⏎··TableColumnProps,⏎··TableHeaderProps,⏎··TableRowProps,⏎`

0 comments on commit e78015c

Please sign in to comment.