mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
24 lines
520 B
TypeScript
24 lines
520 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 robot {
|
|
/**
|
|
* Permalink: http://dojotoolkit.org/api/1.9/dojox/robot/recorder.html
|
|
*
|
|
*
|
|
*/
|
|
interface recorder {
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
declare module "dojox/robot/recorder" {
|
|
var exp: dojox.robot.recorder
|
|
export=exp;
|
|
}
|