Created
November 11, 2022 08:03
-
-
Save tera-ny/936fc37525ff92d2eb92c17bb5f7f9df to your computer and use it in GitHub Desktop.
Snippets of function component
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
Show hidden characters
{ | |
"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