UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

14 lines (13 loc) 239 B
import { jsx as r } from "react/jsx-runtime"; import { createContext as e } from "react"; const a = e(null); function C({ children: t, ...o }) { return /* @__PURE__ */ r(a.Provider, { value: o, children: t }); } export { C, a };