UNPKG

igniteui-angular-spreadsheet

Version:

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

11 lines (10 loc) 210 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class Spreadsheet_CustomEditValue extends Base { static $t: Type; c: string; b: any; a: number; }