##// END OF EJS Templates
fixed strict mode @bind decorator
fixed strict mode @bind decorator

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r28:b88fac0e76c0 v1.0.0-rc13 default
Show More
index.d.ts
10 lines | 191 B | video/mp2t | TypeScriptLexer
cin
sync
r7 declare module "@implab/djx/css!*" {
cin
Fixed @implab/djx/index typings
r10 const result: { url: string };
cin
sync
r7 export = result;
}
cin
fixed strict mode @bind decorator
r28
declare namespace JSX {
interface IntrinsicElements {
[name: string]: any;
}
}