UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 259 B
export declare class ValueInfo { static readonly empty: ValueInfo; unit: string; value: number; private isValidNumber; constructor(unit?: string, value?: number); get isEmpty(): boolean; equals(obj: ValueInfo): boolean; }