UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

8 lines (7 loc) 314 B
import { ExcelFileTypes, ExcelFolderTypes } from './excel-enums'; import { IExcelFile, IExcelFolder } from './excel-interfaces'; /** @hidden */ export declare class ExcelElementsFactory { static getExcelFolder(type: ExcelFolderTypes): IExcelFolder; static getExcelFile(type: ExcelFileTypes): IExcelFile; }