UNPKG

@konstructio/ui

Version:

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

9 lines (8 loc) 234 B
import { ThemeContext as r } from "./theme.context.js"; import { useTheme as t } from "./theme.hook.js"; import { ThemeProvider as f } from "./theme.provider.js"; export { r as ThemeContext, f as ThemeProvider, t as useTheme };