UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 303 B
import { Base, Type } from "./type"; import { IVisualData } from "./IVisualData"; /** * @hidden */ export declare class GridVisualModelExport extends Base implements IVisualData { static $t: Type; b: number; c: number; d: number; a: number; serialize(): string; }