UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

4 lines (3 loc) 141 B
export interface IDialog { show(parameters: any, callback: (params: any) => void, afterClosing: () => void, isModal: boolean): any; }