UNPKG

usimple-macaw-ui

Version:
8 lines (6 loc) 190 B
import { ThemeType } from "./createSaleorTheme"; export interface SaleorThemeContext { themeType: ThemeType; sendThemeToExtension: () => void; setTheme: (theme: ThemeType) => void; }