UNPKG

@syncfusion/ej2-richtexteditor

Version:
14 lines (13 loc) 428 B
import { Popup } from '@syncfusion/ej2-popups'; import { IRichTextEditor } from '../base/interface'; import { QuickToolbarType } from '../../common/types'; export declare class QuickPopupRenderer { private parent; private type; private popupElement; private popup; constructor(parent: IRichTextEditor); renderPopup(type: QuickToolbarType): Popup; private quickToolbarOpen; private createPopup; }