UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 376 B
import { List$1 } from "./List$1"; import { LabelAppearanceData } from "./LabelAppearanceData"; import { IVisualData } from "./IVisualData"; import { Type } from "./type"; /** * @hidden */ export declare class LabelAppearanceDataList extends List$1<LabelAppearanceData> implements IVisualData { static $t: Type; constructor(); serialize(): string; }