UNPKG

@ark-ui/vue

Version:

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

4 lines (3 loc) 291 B
export { default as Presence, type PresenceProps, type PresenceEmits } from './presence.vue'; export { type UsePresenceProps, type UsePresenceReturn, usePresence } from './use-presence'; export { PresenceProvider, type UsePresenceContext, usePresenceContext } from './use-presence-context';