@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
4 lines (3 loc) • 297 B
TypeScript
export { default as Presence, type PresenceProps, type PresenceEmits } from './presence.vue';
export { type UsePresenceProps, type UsePresenceReturn, usePresence } from './use-presence.js';
export { PresenceProvider, type UsePresenceContext, usePresenceContext } from './use-presence-context.js';