UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 306 B
import { ItemProps } from '@zag-js/select'; export interface UseSelectItemPropsContext extends ItemProps { } export declare const SelectItemPropsProvider: (opts: UseSelectItemPropsContext) => void, useSelectItemPropsContext: (fallback?: UseSelectItemPropsContext | undefined) => UseSelectItemPropsContext;