UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

39 lines (38 loc) 1.04 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class RippleDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private p; get eventSourceRef(): string; set eventSourceRef(a: string); private r; get rippleColor(): string; set rippleColor(a: string); private q; get hoverColor(): string; set hoverColor(a: string); private n; get actualHoverColor(): string; set actualHoverColor(a: string); private o; get actualRippleColor(): string; set actualRippleColor(a: string); private l; get rippleDuration(): number; set rippleDuration(a: number); private g; get isDisabled(): boolean; set isDisabled(a: boolean); private f; get isCentered(): boolean; set isCentered(a: boolean); private h; get isHoverEnabled(): boolean; set isHoverEnabled(a: boolean); }