mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-24 09:27:49 +08:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
|
import { Table } from './table'
|
||
|
|
||
|
export * from './table'
|
||
|
|
||
|
export default Table
|