igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 507 B
TypeScript
import { Description } from "./Description";
import { UserSliceAnnotationDescription } from "./UserSliceAnnotationDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class UserSliceAnnotationStylingEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get annotation(): UserSliceAnnotationDescription;
set annotation(a: UserSliceAnnotationDescription);
}