Skip to content

Commit

Permalink
fix: add missing TableRowProps export (#2866)
Browse files Browse the repository at this point in the history
* fix: add missing TableRowProps export

* feat(changeset): add changeset for PR2866

* chore(changeset): revise changeset message

---------

Co-authored-by: աɨռɢӄաօռɢ <[email protected]>
  • Loading branch information
sapkra and wingkwong committed Apr 29, 2024
1 parent 2a2a069 commit 5f5ad7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-plants-mix.md
@@ -0,0 +1,5 @@
---
"@nextui-org/table": patch
---

Add missing export of `TableRowProps` type (#2584)
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 5f5ad7a

Please sign in to comment.