UNPKG

igniteui-angular-spreadsheet

Version:

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

15 lines (14 loc) 462 B
import { Base, Type } from "igniteui-angular-core"; import { IElementLayerContainer } from "./IElementLayerContainer"; import { Rect } from "igniteui-angular-core"; /** * @hidden */ export declare class SpreadsheetAreaLayoutManager_SheetLayerInfo$1<T> extends Base { static $t: Type; protected $t: Type; readonly a: T; readonly b: IElementLayerContainer; c: Rect; constructor($t: Type, a: T, b: IElementLayerContainer); }