Skip to content

Instantly share code, notes, and snippets.

@sajadtorkamani
Last active November 8, 2019 22:21
Show Gist options
  • Save sajadtorkamani/46cf7824bd2a6a6d52fbbc8a7b97dc57 to your computer and use it in GitHub Desktop.
Save sajadtorkamani/46cf7824bd2a6a6d52fbbc8a7b97dc57 to your computer and use it in GitHub Desktop.
React gists
const name: string = 'hello';
type Props = {
name: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment