mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
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:
parent
7af392cbe7
commit
991f43ccfa
5
.changeset/fast-foxes-mate.md
Normal file
5
.changeset/fast-foxes-mate.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tiptap/extension-table": patch
|
||||
---
|
||||
|
||||
Added new export for TableView class
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user