Created
October 6, 2020 14:08
-
-
Save washingtonsoares/14cb587405ed55a420fb7d284d6fe049 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
import 'styled-components'; | |
import { ThemeScheme } from 'core/assets/themes'; | |
declare module 'styled-components' { | |
// eslint-disable-next-line @typescript-eslint/no-empty-interface | |
export interface DefaultTheme extends ThemeScheme {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment