Skip to content

Commit

Permalink
fix: missing export of TableRowProps type (#2584)
Browse files Browse the repository at this point in the history
* fix: missing export of TableRowProps type

* chore(changeset): add changeset

---------

Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
  • Loading branch information
sapkra and wingkwong authored Apr 21, 2024
1 parent 3193401 commit d532a9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-bugs-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/table": patch
---

Add missing export of TableRowProps type
1 change: 1 addition & 0 deletions packages/components/table/src/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export type {TableBodyProps} from "./table-body";
export type {TableCellProps} from "./table-cell";
export type {TableColumnProps} from "./table-column";
export type {TableHeaderProps} from "./table-header";
export type {TableRowProps} from "./table-row";

0 comments on commit d532a9d

Please sign in to comment.