element-tiptap icon indicating copy to clipboard operation
element-tiptap copied to clipboard

fix error when import ElementTiptapPlugin from element-tiptap

Open fengzimu opened this issue 3 years ago • 0 comments

When someone wants to import below plugin, use

import { ElementTiptapPlugin } from 'element-tiptap';

But it will occur error: Module '"../node_modules/element-tiptap/lab"' has no exported member 'ElementTiptapPlugin'.ts

fengzimu avatar Jan 15 '21 06:01 fengzimu