Skip to content

Commit

Permalink
fix import of react-ui theme type
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvice committed Aug 1, 2022
1 parent 7f8cc73 commit 7073236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { OverrideTheme } from '@aboutbits/react-ui'
import { Theme } from '@aboutbits/react-ui'

export type ReactUIConfig = {
theme?: OverrideTheme
theme?: Theme
}

export type BaseConfigOptions = {
Expand Down

0 comments on commit 7073236

Please sign in to comment.