UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

6 lines (5 loc) 286 B
//#region src/components/presence/use-presence-context.ts var [PresenceProvider, usePresenceContext] = require("../../utils/create-context.cjs").createContext("PresenceContext"); //#endregion exports.PresenceProvider = PresenceProvider; exports.usePresenceContext = usePresenceContext;