UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

14 lines (13 loc) 297 B
"use client"; import { useContext as t, createContext as e } from "react"; import { initialState as o } from "./ToastReducer.js"; const s = e({ state: o, dispatch: () => { } }), i = () => t(s); export { s as ToastContext, i as useToastContext }; //# sourceMappingURL=ToastContext.js.map