Skip to content

Commit

Permalink
refactor: improve type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Uceda committed Aug 17, 2023
1 parent f379eb9 commit 2d515a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styled.d.ts
Original file line number Diff line number Diff line change
@@ -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' {
Expand Down

0 comments on commit 2d515a7

Please sign in to comment.