UNPKG

koval-ui

Version:

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

13 lines (12 loc) 237 B
"use client"; import { createContext as t } from "react"; import { initialState as e } from "./FormReducer.js"; const r = t({ state: e, dispatch: () => { } }); export { r as FormContext }; //# sourceMappingURL=FormContext.js.map