UNPKG

stackpress

Version:

Incept is a content management framework.

9 lines (8 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = require("react"); const ThemeContext = (0, react_1.createContext)({ theme: 'light', toggle: () => { } }); exports.default = ThemeContext;