fix(table): also export TableView from table extension exports (#6218)

* fix(table): also export TableView from table extension exports

* chore: added changeset
This commit is contained in:
bdbch 2025-03-30 01:45:30 +01:00 committed by Dominik Biedebach
parent 7af392cbe7
commit 991f43ccfa
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@tiptap/extension-table": patch
---
Added new export for TableView class

View File

@ -3,3 +3,4 @@ export * from './header/index.js'
export * from './kit/index.js'
export * from './row/index.js'
export * from './table/index.js'
export * from './table/TableView.js'