Last active
June 25, 2020 03:34
-
-
Save hapo31/1ae943e74f555d22393ad65300f98a3c to your computer and use it in GitHub Desktop.
TSX のスニペット設定
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TSX FC Template": { | |
"prefix": "import", | |
"body": [ | |
"import React from \"react\"", | |
"", | |
"type Props = {", | |
"$2", | |
"};", | |
"", | |
"export default (props: Props) => $1;", | |
], | |
"description": "Template for Functional Component" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment