UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

11 lines (10 loc) 191 B
import { createContext as e } from "react"; const o = e({ theme: void 0, setTheme() { throw new Error("setTheme function must be overridden"); } }); export { o as ThemeContext };