UNPKG

element-tiptap-vue3-niyuta

Version:

Rich-text editor build by baidu api and tiptap

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;