UNPKG

stackpress

Version:

Incept is a content management framework.

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