mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge pull request #5663 from myitcv/bootstrap_slider_module
Add definition of Slider constructor
This commit is contained in:
+7
@@ -137,6 +137,13 @@ interface JQueryEventObject {
|
||||
value: number|ChangeValue;
|
||||
}
|
||||
|
||||
interface SliderStatics {
|
||||
new (selector: string, opts: SliderOptions): Slider;
|
||||
prototype: Slider;
|
||||
}
|
||||
|
||||
declare var Slider: SliderStatics;
|
||||
|
||||
/**
|
||||
* This class is actually not used when using the jQuery version of bootstrap-slider
|
||||
* The method documentation is still here thouh.
|
||||
|
||||
Reference in New Issue
Block a user