##// END OF EJS Templates
Added tag v1.1.0 for changeset 1a0018655d1c
Added tag v1.1.0 for changeset 1a0018655d1c

File last commit:

r40:ac3004768754 default
r64:3f27d1084ced default
Show More
dijit.d.ts
14 lines | 219 B | video/mp2t | TypeScriptLexer
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 declare namespace dijit {
interface _WidgetBase {
_started?: boolean;
_set<K extends keyof this>(key: K, value: this[K]): void;
}
interface TooltipDialog {
content: any;
}
}