igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
29 lines (28 loc) • 841 B
TypeScript
import { Base, Type } from "igniteui-angular-core";
import { ElementLayerInfo } from "./ElementLayerInfo";
/**
* @hidden
*/
export declare class PredefinedSpreadsheetLayers extends Base {
static $t: Type;
private static a;
private static e;
private static d;
private static f;
private static c;
private static i;
private static b;
private static j;
private static h;
private static g;
static get k(): ElementLayerInfo;
static get l(): ElementLayerInfo;
static get m(): ElementLayerInfo;
static get n(): ElementLayerInfo;
static get o(): ElementLayerInfo;
static get p(): ElementLayerInfo;
static get r(): ElementLayerInfo;
static get q(): ElementLayerInfo;
static get s(): ElementLayerInfo;
static get t(): ElementLayerInfo;
}