Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix(types): replace TS definition globalStyle by Normalize (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
avatar5555555 authored and gregberge committed Jan 17, 2019
1 parent b73ee49 commit ea162a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export const composeStyles: (
...funcs: Array<(props: Object) => string>
) => ((props: Object) => Object)

export const globalStyle: (customTheme: ThemeType) => Array<string>
export const Normalize: styledComponents.GlobalStyleComponent

export interface ModalProps extends BoxProps {
children?: React.ReactNode
Expand Down

0 comments on commit ea162a3

Please sign in to comment.