Skip to content

Instantly share code, notes, and snippets.

@tera-ny
Created November 11, 2022 08:03
Show Gist options
  • Save tera-ny/936fc37525ff92d2eb92c17bb5f7f9df to your computer and use it in GitHub Desktop.
Save tera-ny/936fc37525ff92d2eb92c17bb5f7f9df to your computer and use it in GitHub Desktop.
Snippets of function component
{
"Define FunctionComponents": {
"scope": "typescript,typescriptreact",
"prefix": "fc",
"body": [
"import { FC } from \"react\";",
"",
"const $TM_FILENAME_BASE: FC = () => <></>;",
"",
"export default $TM_FILENAME_BASE",
""
],
"description": "Define FunctionComponents"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment