mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: add missing TableRowProps export (#2866)
* fix: add missing TableRowProps export * feat(changeset): add changeset for PR2866 * chore(changeset): revise changeset message --------- Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
parent
2a2a0692ca
commit
5f5ad7a1dd
5
.changeset/thick-plants-mix.md
Normal file
5
.changeset/thick-plants-mix.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/table": patch
|
||||
---
|
||||
|
||||
Add missing export of `TableRowProps` type (#2584)
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user