##// END OF EJS Templates
Added tag 1.0.0-rc16 for changeset e8012fdf09ae
Added tag 1.0.0-rc16 for changeset e8012fdf09ae

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r35:08ec90e5f244 default
Show More
index.d.ts
29 lines | 658 B | video/mp2t | TypeScriptLexer
declare module "@implab/djx/css!*" {
const result: { url: string };
export = result;
}
declare namespace JSX {
interface DjxIntrinsicAttributes {
class: string;
"data-dojo-attach-point": string;
"data-dojo-attach-event": string;
}
type IntrinsicElements = {
[name in keyof HTMLElementTagNameMap]: Partial<Omit<HTMLElementTagNameMap[name], "children"> & DjxIntrinsicAttributes>;
}
}
declare namespace dijit {
interface _WidgetBase {
_started?: boolean;
_set<K extends keyof this>(key: K, value: this[K]): void;
}
interface TooltipDialog {
content: any;
}
}