Skip to content

Commit

Permalink
Fix compatibility with latest styled-components types (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaToaster authored and sergeysova committed Nov 16, 2018
1 parent 131fa56 commit 5a9a051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { InterpolationValue, GlobalStyleClass, DefaultTheme } from 'styled-components'
import { InterpolationValue, GlobalStyleComponent, DefaultTheme } from 'styled-components'

declare const normalize: InterpolationValue
declare const Normalize: GlobalStyleClass<{}, DefaultTheme>
declare const Normalize: GlobalStyleComponent<{}, DefaultTheme>

export { normalize, Normalize }
export default normalize

0 comments on commit 5a9a051

Please sign in to comment.