mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-02 12:00:51 +08:00
Made the 'pips' property optional in 'nouislider'.
This commit is contained in:
Vendored
+1
-1
@@ -77,7 +77,7 @@ declare module noUiSlider {
|
||||
/**
|
||||
* Allows you to generate points along the slider.
|
||||
*/
|
||||
pips: PipsOptions;
|
||||
pips?: PipsOptions;
|
||||
}
|
||||
|
||||
interface PipsOptions {
|
||||
|
||||
Reference in New Issue
Block a user