UNPKG

igniteui-react-core

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