UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

9 lines (8 loc) 186 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class MultiSliderYValueChangingEventArgs extends Base { static $t: Type; a: number; }