UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

18 lines (17 loc) 750 B
import { IgcMultiSliderThumb } from "./igc-multi-slider-thumb"; import { MultiSliderThumbValueChangingEventArgs as MultiSliderThumbValueChangingEventArgs_internal } from "./MultiSliderThumbValueChangingEventArgs"; export declare class IgcMultiSliderThumbValueChangingEventArgs { protected createImplementation(): MultiSliderThumbValueChangingEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): MultiSliderThumbValueChangingEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get value(): number; set value(v: number); get thumb(): IgcMultiSliderThumb; set thumb(v: IgcMultiSliderThumb); }