mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-07 20:08:06 +08:00
57eba08f46
* start writing docs for nodepos * added nodepos docs * added to links --------- Co-authored-by: bdbch <dominik@bdbch.com>
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import { Table } from './table.js'
|
|
|
|
export * from './table.js'
|
|
export * from './utilities/createColGroup.js'
|
|
export * from './utilities/createTable.js'
|
|
|
|
export default Table
|