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