@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
9 lines (7 loc) • 299 B
JavaScript
import { createContext } from "../utils/react.js";
//#region src/popover/context.ts
const [PopoverProvider, usePopoverContext] = createContext({ isOptional: true });
//#endregion
export { PopoverProvider, usePopoverContext };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=context.js.map