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) 131 B
export declare abstract class DecoderBase { static decode(str: string, specifiedSymbols: Record<number, number>): string; }