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 5b6c121 commit 688a1b6Copy full SHA for 688a1b6
snippets/snippets.json
@@ -119,11 +119,11 @@
119
"}",
120
"",
121
"export function ${1:} (props: I${1:}Props) {",
122
- " return (",
123
- " <div>",
124
- " ${0}",
125
- " </div>",
126
- " );",
+ " return (",
+ " <div>",
+ " ${0}",
+ " </div>",
+ " );",
127
128
""
129
],
@@ -138,11 +138,11 @@
138
139
140
"export default function ${1:} (props: I${1:}Props) {",
141
142
143
144
145
146
147
148
0 commit comments