UNPKG

@sqx717/element-tiptap-vue3-fixed

Version:

🌸A modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3

15 lines (14 loc) • 308 B
declare const renderItems: () => { onStart: (props: { editor: any; clientRect: any; }) => void; onUpdate(props: Record<string, any>): void; onKeyDown(props: { event: { key: string; }; }): any; onExit(): void; }; export default renderItems;