We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883775a commit 78b4bd8Copy full SHA for 78b4bd8
packages/core-design/src/utils/emotion/styled.ts
@@ -1,6 +1,8 @@
1
+/* tslint:disable */
2
import '@emotion/react'
3
import { Theme as ThemeType } from '../../themes/types'
4
5
declare module '@emotion/react' {
- export type Theme = ThemeType
6
+ export interface Theme extends ThemeType {}
7
}
8
+/* tslint:enable */
0 commit comments