UNPKG

devexpress-richedit

Version:

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

5 lines (4 loc) 196 B
import { IRichEditControl } from '../../interfaces/i-rich-edit-core'; export declare class RichLayoutUtils { static modifyTextUnderCursor(control: IRichEditControl, text: string): void; }