We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271112e commit 9f887adCopy full SHA for 9f887ad
global.d.ts
@@ -0,0 +1,6 @@
1
+// global.d.ts
2
+declare namespace JSX {
3
+ interface IntrinsicElements {
4
+ 'custom-element': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
5
+ }
6
+}
0 commit comments