UNPKG

@yuniit/element-tiptap

Version:

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

14 lines (13 loc) • 302 B
type ImageResult = { complete: boolean; width: number; height: number; src: string; }; export declare function resolveImg(src: string): Promise<ImageResult>; export declare const enum ImageDisplay { INLINE = "inline", FLOAT_LEFT = "left", FLOAT_RIGHT = "right" } export {};