mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
+ update types jQuery-Knob, add missing filed "height" (#20990)
This commit is contained in:
parent
5710bcabb3
commit
a66ea0447a
6
types/jquery-knob/index.d.ts
vendored
6
types/jquery-knob/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for jQuery Knob 1.2.11
|
||||
// Type definitions for jQuery Knob 1.2.13
|
||||
// Project: http://anthonyterrien.com/knob/
|
||||
// Definitions by: Iain Buchanan <https://github.com/iain8>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@ -58,6 +58,10 @@ declare namespace JQueryKnob {
|
||||
* dial width
|
||||
*/
|
||||
width?: number;
|
||||
/**
|
||||
* dial height
|
||||
*/
|
||||
height?: number;
|
||||
/**
|
||||
* default=true | false=hide input
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user