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

Commit ea162a3

Browse files
avatar5555555gregberge
authored andcommitted
fix(types): replace TS definition globalStyle by Normalize (#95)
1 parent b73ee49 commit ea162a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/core/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ export const composeStyles: (
628628
...funcs: Array<(props: Object) => string>
629629
) => ((props: Object) => Object)
630630

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

633633
export interface ModalProps extends BoxProps {
634634
children?: React.ReactNode

0 commit comments

Comments
 (0)