UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 507 B
import { Description } from "./Description"; import { UserPointAnnotationDescription } from "./UserPointAnnotationDescription"; import { Type } from "./type"; /** * @hidden */ export declare class UserPointAnnotationStylingEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get annotation(): UserPointAnnotationDescription; set annotation(a: UserPointAnnotationDescription); }