UNPKG

stackpress

Version:

Incept is a content management framework.

7 lines (6 loc) 152 B
import { useContext } from 'react'; import ThemeContext from './ThemeContext.js'; export function useTheme() { return useContext(ThemeContext); } ;