geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
15 lines (14 loc) • 317 B
JavaScript
import { createContext as t, useContext as o } from "react";
const r = t(
null
), n = () => {
const e = o(r);
if (!e)
throw new Error("useFormValues must be used within a FormValuesProvider");
return e;
};
export {
r as FormValuesContext,
n as useFormValues
};
//# sourceMappingURL=index.es146.js.map