Skip to content

Commit

Permalink
fix: update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
angryermine committed Oct 25, 2018
1 parent def98ae commit 93ac021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { InterpolationValue } from 'styled-components'
import { InterpolationValue, GlobalStyleClass, DefaultTheme } from 'styled-components'

export const version: string

declare const normalize: InterpolationValue
declare const Normalize: (() => null) | GlobalStyleClass<{}, DefaultTheme>

export { normalize }
export { normalize, Normalize }
export default normalize

0 comments on commit 93ac021

Please sign in to comment.