5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
declare namespace JSX {
|
|
interface IntrinsicElements {
|
|
[elemName: string]: any;
|
|
}
|
|
} |