##// END OF EJS Templates
Converted to subproject djx, removed dojo-typings
Converted to subproject djx, removed dojo-typings

File last commit:

r65:8ac132c83639 default
r65:8ac132c83639 default
Show More
dijit.d.ts
14 lines | 219 B | video/mp2t | TypeScriptLexer
declare namespace dijit {
interface _WidgetBase {
_started?: boolean;
_set<K extends keyof this>(key: K, value: this[K]): void;
}
interface TooltipDialog {
content: any;
}
}