Skip to content

Commit

Permalink
🐛 fix: 修正 createGlobalStyle 类型找不到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 31, 2023
1 parent dd9a5d3 commit 64fda0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/css.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Theme } from '@/types/theme';
import { ArrayClassNamesArg, Emotion } from '@emotion/css/create-instance';
import { CSSInterpolation, SerializedStyles } from '@emotion/serialize';
import { Interpolation } from '@emotion/styled';
import { CSSInterpolation, Interpolation, SerializedStyles } from '@emotion/serialize';

export type CSSStyle<T = Theme> = Array<TemplateStringsArray | Interpolation<T>>;

Expand Down

0 comments on commit 64fda0f

Please sign in to comment.