UNPKG

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) 337 B
import { createContext as r, useContext as e } from "react"; const o = r(null), n = () => { const t = e(o); if (!t) throw new Error( "useFormStructure must be used within a FormStructureProvider" ); return t; }; export { o as FormStructureContext, n as useFormStructure }; //# sourceMappingURL=index.es145.js.map