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 08b446f commit 242681aCopy full SHA for 242681a
sample_files/sample1.tsx
@@ -0,0 +1,11 @@
1
+function Foo(props: { name: string }) {
2
+ return <div>{props.name}</div>
3
+
4
+}
5
6
+export function Demo() {
7
+ return <div>
8
+ <Foo name="bar" />
9
+ Hello world!
10
+ </div>
11
0 commit comments