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) 186 B
export declare function hexToBase64(hexStr: string): string; export declare function base64ToHex(base64Str: string): string; export declare function byteToHex(value: number): string;