UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

22 lines (21 loc) 610 B
import { ValueType, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class LongValue extends ValueType { static $t: Type; constructor(a: number, b: number, c: number); constructor(); constructor(a: number, ..._rest: any[]); j: number; i: number; static a(): LongValue; f(a: LongValue): boolean; g(a: LongValue): boolean; h(a: LongValue, b: LongValue): boolean; static c(a: LongValue, b: LongValue): LongValue; d(a: number): LongValue; e(a: number): LongValue; static b(a: number): LongValue; k(): number; }