UNPKG

igniteui-react-core

Version:
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 h; get detail(): WebRangeSliderValueDescription; set detail(a: WebRangeSliderValueDescription); }