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
d98c6f6526
commit
a44a3119d3
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
|
@ -1,6 +1,7 @@
|
||||
import { Table } from './table.js'
|
||||
|
||||
export * from './table.js'
|
||||
export * from './TableView.js'
|
||||
export * from './utilities/createColGroup.js'
|
||||
export * from './utilities/createTable.js'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user