Last active
November 28, 2020 15:11
-
-
Save jmaicaaan/fe48e50fb1dafd5fe2a77b4b089e0c26 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
"React Component": { | |
"prefix": "react#component", | |
"body": [ | |
"export type ${1/(.*)/${1:/capitalize}Props/} = {};", | |
"export const ${1/(.*)/${1:/capitalize}/} = (props: ${1/(.*)/${1:/capitalize}Props/}) => {", | |
" return (", | |
" $2", | |
" );", | |
"};" | |
], | |
"description": "Create a functional React component for TypeScript" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment