Skip to content

Instantly share code, notes, and snippets.

@hskang9
Created April 29, 2019 09:34
Show Gist options
  • Save hskang9/f7d71f27eb806c9dd998073cf2e77f4f to your computer and use it in GitHub Desktop.
Save hskang9/f7d71f27eb806c9dd998073cf2e77f4f to your computer and use it in GitHub Desktop.
Properties for Hover Component
// Define type of property
interface Props {
text: string;
color: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment