UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

9 lines (7 loc) 206 B
import { ThemeType } from "./createSaleorTheme"; export interface SaleorThemeContext { themeType: ThemeType; ssr: boolean; sendThemeToExtension: () => void; setTheme: (theme: ThemeType) => void; }