UNPKG

devexpress-richedit

Version:

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

7 lines (6 loc) 245 B
export declare class RichNumberConverter { static numberToBinary(num: number): string; static numberToHex(num: number): string; static convertToBinary(num: number): string; static convertToHexBinary(num: number): string; }