UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 740 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataGridExpansionIndicatorDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private g; get isExpanded(): boolean; set isExpanded(a: boolean); private n; get iconColor(): string; set iconColor(a: string); private f; get isAnimationEnabled(): boolean; set isAnimationEnabled(a: boolean); private k; get pixelScalingRatio(): number; set pixelScalingRatio(a: number); private j; get actualPixelScalingRatio(): number; set actualPixelScalingRatio(a: number); }