UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 217 B
import { Modality } from '@zag-js/focus-visible'; import { DeepReadonly, ShallowRef } from 'vue'; export type { Modality }; export declare function useInteractionModality(): DeepReadonly<ShallowRef<Modality | null>>;