@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) • 294 B
JavaScript
import { createContext } from "../utils/react.js";
//#region src/select/context.ts
const [SelectProvider, useSelectContext] = createContext({ isOptional: true });
//#endregion
export { SelectProvider, useSelectContext };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=context.js.map