Skip to content

Commit 78b4bd8

Browse files
committed
fix: COM-3082 изменил экспорт Theme типа
1 parent 883775a commit 78b4bd8

File tree

1 file changed

+3
-1
lines changed
  • packages/core-design/src/utils/emotion

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* tslint:disable */
12
import '@emotion/react'
23
import { Theme as ThemeType } from '../../themes/types'
34

45
declare module '@emotion/react' {
5-
export type Theme = ThemeType
6+
export interface Theme extends ThemeType {}
67
}
8+
/* tslint:enable */

0 commit comments

Comments
 (0)