Skip to content

Instantly share code, notes, and snippets.

@jmaicaaan
Last active November 28, 2020 15:11
Show Gist options
  • Save jmaicaaan/fe48e50fb1dafd5fe2a77b4b089e0c26 to your computer and use it in GitHub Desktop.
Save jmaicaaan/fe48e50fb1dafd5fe2a77b4b089e0c26 to your computer and use it in GitHub Desktop.
"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