UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

9 lines (6 loc) 222 B
import React from "react"; import { SaleorThemeContext } from "./types"; export const ThemeContext = React.createContext<SaleorThemeContext | undefined>( undefined ); ThemeContext.displayName = "ThemeContext";