Skip to content

Commit

Permalink
fix: COM-3082 изменил экспорт Theme типа
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomResh committed Jan 27, 2021
1 parent 883775a commit 78b4bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core-design/src/utils/emotion/styled.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* tslint:disable */
import '@emotion/react'
import { Theme as ThemeType } from '../../themes/types'

declare module '@emotion/react' {
export type Theme = ThemeType
export interface Theme extends ThemeType {}
}
/* tslint:enable */

0 comments on commit 78b4bd8

Please sign in to comment.