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