devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 336 B
TypeScript
import { ICommandOptions } from '../command-base';
import { SimpleCommandState } from '../command-states';
import { SpellingCommandBase } from './spelling-command-base';
export declare class IgnoreSpellingErrorCommand extends SpellingCommandBase {
executeCore(state: SimpleCommandState, _options: ICommandOptions): boolean;
}