Created
April 29, 2019 09:34
-
-
Save hskang9/f7d71f27eb806c9dd998073cf2e77f4f to your computer and use it in GitHub Desktop.
Properties for Hover Component
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
// 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