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