UNPKG

element-tiptap-vue3-niyuta

Version:

Rich-text editor build by baidu api and tiptap

6 lines (5 loc) 157 B
export interface DocumentOptions { title: boolean; } declare const Document: import("@tiptap/core").Node<DocumentOptions, any>; export default Document;