UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

4 lines (3 loc) 158 B
import React from "react"; import { SaleorThemeContext } from "./types"; export declare const ThemeContext: React.Context<SaleorThemeContext | undefined>;