From 6c9cd91f978e53f50112baed278e9e1ed5c39647 Mon Sep 17 00:00:00 2001 From: Marcus Silva Date: Mon, 1 Mar 2021 17:56:37 -0300 Subject: [PATCH] fix: adjust deploy --- styled-components.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styled-components.d.ts b/styled-components.d.ts index 037497e..a62c20c 100644 --- a/styled-components.d.ts +++ b/styled-components.d.ts @@ -3,5 +3,5 @@ import theme from 'styles/theme' type Theme = typeof theme declare module 'styled-components' { - export type DefaultTheme = Theme + export interface DefaultTheme extends Theme {} }