Skip to content

Instantly share code, notes, and snippets.

@cjkihl
Created September 26, 2021 12:02
Show Gist options
  • Save cjkihl/b949e9aae6f9ab3da65d3999670dfd79 to your computer and use it in GitHub Desktop.
Save cjkihl/b949e9aae6f9ab3da65d3999670dfd79 to your computer and use it in GitHub Desktop.
{
"React TypeScript Component": {
"prefix": ["comp"],
"body": "import { FC } from 'react'\n\ninterface Props {}\n\nconst ${1:Name}: FC<Props> = (props) => {\nreturn <div>$0</div>\n}\n\nexport default ${1:Name}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment