UNPKG

@konstructio/ui

Version:

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

7 lines (6 loc) 147 B
import { useContext as t } from "react"; import { ThemeContext as e } from "./theme.context.js"; const m = () => t(e); export { m as useTheme };