koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
14 lines (13 loc) • 301 B
JavaScript
"use client";
import { useContext as t, createContext as e } from "react";
import { initialState as o } from "./DrawerReducer.js";
const r = e({
state: o,
dispatch: () => {
}
}), i = () => t(r);
export {
r as DrawerContext,
i as useDrawerContext
};
//# sourceMappingURL=DrawerContext.js.map