/** * 当选中文本之后的 气泡工具栏 */ /// import { Toolbar } from "./"; export declare class BubbleToolbar extends Toolbar { bubbleBottomDom: HTMLElement; bubbelTopDom: HTMLElement; constructor(vditor: IVditor); createDocument(type?: string, content?: string, props?: any): any; init(vditor: IVditor): void; hide(): void; show(vditor: IVditor): void; }