UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 351 B
import { CommandBase } from '../../common/commands/command-base'; import { SimpleCommandState } from '../../common/commands/command-states'; export declare class InsertPictureCommand extends CommandBase<SimpleCommandState> { getState(): SimpleCommandState; isEnabled(): boolean; executeCore(): boolean; private onFileChange; }