mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
23 lines
383 B
TypeScript
23 lines
383 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 {
|
|
|
|
namespace xml {
|
|
namespace parser {
|
|
}
|
|
|
|
namespace Script {
|
|
}
|
|
|
|
namespace widgetParser {
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|