UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 308 B
import { Base, Type } from "./type"; import { IVisualData } from "./IVisualData"; /** * @hidden */ export declare abstract class BrushAppearanceData extends Base implements IVisualData { static $t: Type; abstract get type(): string; serialize(): string; protected a(): string; }