Skip to content

Commit

Permalink
Removed leftover @emotion/react import from type definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 15, 2020
1 parent cb637e6 commit bb1e9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-melons-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/serialize': patch
---

Removed leftover `@emotion/react` import from type definition file.
1 change: 0 additions & 1 deletion packages/serialize/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.8

import { Theme } from '@emotion/react'
import { RegisteredCache, SerializedStyles } from '@emotion/utils'
import * as CSS from 'csstype'

Expand Down

0 comments on commit bb1e9de

Please sign in to comment.