Skip to content

Commit

Permalink
πŸ› fix: export the CSSObject type from incorrect package (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL authored Sep 12, 2024
1 parent 9442fd0 commit 85db0b3
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
Expand Up @@ -4,8 +4,7 @@ import { CSSInterpolation, Interpolation, SerializedStyles } from '@emotion/seri

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

export { type CSSObject } from '@emotion/css';
export type { SerializedStyles } from '@emotion/serialize';
export type { CSSObject, SerializedStyles } from '@emotion/serialize';

export type ClassNameGenerator = Emotion['css'];

Expand Down

0 comments on commit 85db0b3

Please sign in to comment.