UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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