UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

11 lines (10 loc) 234 B
import * as o from "react"; const t = /* @__PURE__ */ o.createContext(void 0); process.env.NODE_ENV !== "production" && (t.displayName = "FormControlContext"); function e() { return o.useContext(t); } export { t as F, e as u };