UNPKG

igniteui-angular-spreadsheet

Version:

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

13 lines (12 loc) 320 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PageStartScrollCache extends Base { static $t: Type; readonly c: number; readonly a: number; readonly b: number; readonly d: number; constructor(a: number, b: number, c: number, d: number); }