mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
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:
parent
31934017a5
commit
d532a9da7a
5
.changeset/clever-bugs-prove.md
Normal file
5
.changeset/clever-bugs-prove.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/table": patch
|
||||
---
|
||||
|
||||
Add missing export of TableRowProps type
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user