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) 415 B
import { ElementLayerView } from "./ElementLayerView"; import { ElementLayer } from "./ElementLayer"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare abstract class ElementLayerViewSingle extends ElementLayerView { static $t: Type; private a; constructor(); attach(a: ElementLayer): void; detach(a: ElementLayer): void; get b(): ElementLayer; }