UNPKG

igniteui-angular-spreadsheet

Version:

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

12 lines (11 loc) 304 B
import { Base, Type } from "igniteui-angular-core"; import { LongValue } from "./LongValue"; /** * @hidden */ export declare class CommandMap_Requirement extends Base { static $t: Type; readonly a: LongValue; readonly b: LongValue; constructor(a: LongValue, b: LongValue); }