mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
22 lines
366 B
TypeScript
22 lines
366 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/borisyankov/DefinitelyTyped
|
|
|
|
|
|
declare module dojox {
|
|
|
|
module xml {
|
|
module parser {
|
|
}
|
|
|
|
module Script {
|
|
}
|
|
|
|
module widgetParser {
|
|
}
|
|
|
|
}
|
|
|
|
|
|
} |