Skip to content

Instantly share code, notes, and snippets.

@yowchun93
Created April 3, 2020 07:35
Show Gist options
  • Save yowchun93/179725d81f90567ca3b45ec6e69b6f78 to your computer and use it in GitHub Desktop.
Save yowchun93/179725d81f90567ca3b45ec6e69b6f78 to your computer and use it in GitHub Desktop.
React in TS
interface Props {
text: string
}
export const TextField: React.FC<Props> = () => {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment