Last active
November 8, 2019 22:21
-
-
Save sajadtorkamani/46cf7824bd2a6a6d52fbbc8a7b97dc57 to your computer and use it in GitHub Desktop.
React gists
This file contains 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
const name: string = 'hello'; | |
type Props = { | |
name: string; | |
} |
This file contains 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
bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment