Skip to content

Instantly share code, notes, and snippets.

@itayod
Last active May 25, 2019 13:33
Show Gist options
  • Save itayod/52af14ab6d6018b491b39f368e05266b to your computer and use it in GitHub Desktop.
Save itayod/52af14ab6d6018b491b39f368e05266b to your computer and use it in GitHub Desktop.
export interface State {
theme: 'dark' | 'light';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment