UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

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