Created
June 11, 2018 08:11
-
-
Save realtomaszkula/90c7f099ee1536525c0adc95ad20fceb to your computer and use it in GitHub Desktop.
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
export interface Theme { | |
primary: string; | |
accent: string; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment