diff --git a/bootstrap-slider/bootstrap-slider.d.ts b/bootstrap-slider/bootstrap-slider.d.ts index 78aeb645ce..d66c85ab10 100644 --- a/bootstrap-slider/bootstrap-slider.d.ts +++ b/bootstrap-slider/bootstrap-slider.d.ts @@ -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.