Skip to content

Commit b4c2e0e

Browse files
committed
chore: fix ts lint
1 parent deb0960 commit b4c2e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/functions/setupStyled.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { ThemeContext, ThemeProvider } from '@emotion/react';
22
import { Context } from 'react';
33

44
import { createStyledThemeProvider } from '@/factories/createStyledThemeProvider';
5-
import { StyledConfig, StyledThemeProvider, Theme } from '@/types';
5+
import { StyledConfig, StyledThemeProvider } from '@/types';
66

77
export let DEFAULT_THEME_PROVIDER = ThemeProvider as StyledThemeProvider;
8-
export let DEFAULT_THEME_CONTEXT = ThemeContext as Context<Theme>;
8+
export let DEFAULT_THEME_CONTEXT = ThemeContext as Context<any>;
99

1010
export const setupStyled = (config: StyledConfig) => {
1111
if (!config.ThemeContext) {

0 commit comments

Comments
 (0)