fix: missing export of TableRowProps type (#2584)

* fix: missing export of TableRowProps type

* chore(changeset): add changeset

---------

Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
Paul Tiedtke 2024-04-21 11:40:04 +02:00 committed by GitHub
parent 31934017a5
commit d532a9da7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@nextui-org/table": patch
---
Add missing export of TableRowProps type

View File

@ -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";