Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changed FunctionalComponent to FC in tsrnfi
  • Loading branch information
Aryan6290 authored Jul 1, 2021
commit 9f0c6df287faf2cb8a01472d1f48798e2372d44e
2 changes: 1 addition & 1 deletion snippets/ts-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"\t",
"}",
"",
"const ${1:${TM_FILENAME_BASE}}: React.FunctionComponent<${1:${TM_FILENAME_BASE}}Props> = (props) => {",
"const ${1:${TM_FILENAME_BASE}}: React.FC<${1:${TM_FILENAME_BASE}}Props> = (props) => {",
"\treturn (",
"\t\t<View>",
"\t\t\t$0",
Expand Down