index.d.ts
24 lines
| 410 B
| video/mp2t
|
TypeScriptLexer
cin
|
r7 | declare module "@implab/djx/css!*" { | |
cin
|
r10 | const result: { url: string }; | |
cin
|
r7 | export = result; | |
} | |||
cin
|
r28 | ||
declare namespace JSX { | |||
interface IntrinsicElements { | |||
[name: string]: any; | |||
} | |||
} | |||
cin
|
r30 | ||
declare namespace dijit { | |||
interface _WidgetBase { | |||
_started?: boolean; | |||
_set<K extends keyof this>(key: K, value: this[K]): void; | |||
} | |||
interface TooltipDialog { | |||
content: any; | |||
} | |||
} |