From 2d515a790c7d4236393ba27c73c4d4b7679a167e Mon Sep 17 00:00:00 2001 From: Gonzalo Uceda Date: Thu, 17 Aug 2023 08:31:50 +0200 Subject: [PATCH] refactor: improve type import --- src/styled.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styled.d.ts b/src/styled.d.ts index 9593bd4..dfa2a2c 100644 --- a/src/styled.d.ts +++ b/src/styled.d.ts @@ -1,5 +1,5 @@ import 'styled-components'; -import { Brand } from '@devoinc/genesys-brand-devo'; +import type { Brand } from '@devoinc/genesys-brand-devo'; // Include own theme interface in styled-components declarations. declare module 'styled-components' {