UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 337 B
import { Base, Type } from "./type"; import { IVisualData } from "./IVisualData"; /** * @hidden */ export declare class LabelVisualModelExport extends Base implements IVisualData { static $t: Type; c: number; d: number; e: number; b: number; f: string; a: boolean; serialize(): string; }