Skip to content

Commit

Permalink
refactor: change interface to type
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfsillva committed Mar 1, 2021
1 parent 8e32ba7 commit d7310e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styled-components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import theme from 'styles/theme'
type Theme = typeof theme

declare module 'styled-components' {
export interface DefaultTheme extends Theme {}
export type DefaultTheme = Theme
}

0 comments on commit d7310e9

Please sign in to comment.