mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
21 lines
421 B
TypeScript
21 lines
421 B
TypeScript
// Type definitions for Dojo v1.9
|
|
// Project: http://dojotoolkit.org
|
|
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare namespace dojox {
|
|
|
|
/**
|
|
* Permalink: http://dojotoolkit.org/api/1.9/dojox/jq.html
|
|
*
|
|
*
|
|
*/
|
|
interface jq {
|
|
}
|
|
}
|
|
|
|
declare module "dojox/jq" {
|
|
var exp: dojox.jq
|
|
export=exp;
|
|
}
|