1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
FrankerFaceZ/types/jsx-global.d.ts

10 lines
132 B
TypeScript
Raw Permalink Normal View History

declare namespace JSX {
interface Element extends HTMLElement {}
interface IntrinsicElements {
[elemName: string]: any;
}
}