igniteui-react-core
Version:
Ignite UI React Core.
16 lines (15 loc) • 492 B
TypeScript
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);
}