We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e129b64 commit 5131320Copy full SHA for 5131320
1 file changed
browser/src/typedecls.d.ts
@@ -0,0 +1,12 @@
1
+/* tslint:disable */
2
+declare module JSX {
3
+ interface IntrinsicElements {
4
+ "igc-grid-lite": any;
5
+ "igc-avatar": any;
6
+ "igc-rating": any;
7
+ "igc-checkbox": any;
8
+ "igc-select": any;
9
+ "igc-select-item": any;
10
+ }
11
12
+ /* tslint:enable */
0 commit comments