Created
September 26, 2021 12:02
-
-
Save cjkihl/b949e9aae6f9ab3da65d3999670dfd79 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 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