UNPKG

@ark-ui/react

Version:

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

5 lines (4 loc) 341 B
export { Presence, type PresenceBaseProps, type PresenceProps } from './presence'; export { splitPresenceProps } from './split-presence-props'; export { usePresence, type UsePresenceProps, type UsePresenceReturn } from './use-presence'; export { PresenceProvider, usePresenceContext, type UsePresenceContext } from './use-presence-context';