TypeScript支持内嵌,类型检查以及将JSX直接编译为JavaScript。 ... declare namespace JSX { interface IntrinsicElements { [elemName: string]: any; } } ...
確定! 回上一頁