UNPKG

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