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/link/context.ts const [LinkProvider, useLinkContext] = createContext({ isOptional: true }); //#endregion export { LinkProvider, useLinkContext }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=context.js.map