mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+4
-4
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
declare module JQueryKnob {
|
||||
declare namespace JQueryKnob {
|
||||
export interface JQueryKnobOptions {
|
||||
/**
|
||||
* min value | default=0
|
||||
@@ -40,8 +40,8 @@ declare module JQueryKnob {
|
||||
*/
|
||||
rotation?: string;
|
||||
/**
|
||||
* display mode "cursor", cursor size could be changed passing a
|
||||
* numeric value to the option, default width is used when passing
|
||||
* display mode "cursor", cursor size could be changed passing a
|
||||
* numeric value to the option, default width is used when passing
|
||||
* boolean value "true" | default=gauge
|
||||
*/
|
||||
cursor?: string | boolean;
|
||||
@@ -113,4 +113,4 @@ interface JQuery {
|
||||
* Create a knob for the given input field, with optional options
|
||||
*/
|
||||
knob(options?: JQueryKnob.JQueryKnobOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user