mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-27 11:27:49 +08:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
|
import { Document } from './document'
|
||
|
|
||
|
export * from './document'
|
||
|
|
||
|
export default Document
|