DenReg/jsx-html/jsx.d.ts

5 lines
98 B
TypeScript
Raw Normal View History

2020-10-14 00:56:11 +00:00
declare namespace JSX {
interface IntrinsicElements {
[elemName: string]: any;
}
}