UNPKG

stackpress

Version:

Incept is a content management framework.

7 lines (6 loc) 151 B
import { createContext } from 'react'; const ThemeContext = createContext({ theme: 'light', toggle: () => { } }); export default ThemeContext;