Files
DefinitelyTyped/dojo/dojox.storage.d.ts
2016-03-17 21:06:54 +09:00

20 lines
444 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/storage.html
*
*
*/
interface storage {
}
}
declare module "dojox/storage" {
var exp: dojox.storage
export=exp;
}