@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
14 lines (13 loc) • 428 B
TypeScript
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;
}