We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fd2de commit 3fa07e5Copy full SHA for 3fa07e5
examples/web-vite/src/TestList.tsx
@@ -1,3 +1,5 @@
1
+import * as React from 'react';
2
+
3
interface TestListProps {
4
count: number;
5
}
0 commit comments