mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
10 lines
132 B
TypeScript
10 lines
132 B
TypeScript
|
|
||
|
declare namespace JSX {
|
||
|
interface Element extends HTMLElement {}
|
||
|
|
||
|
interface IntrinsicElements {
|
||
|
[elemName: string]: any;
|
||
|
}
|
||
|
|
||
|
}
|