@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 313 B
TypeScript
import { ItemProps } from '@zag-js/listbox';
export interface UseListboxItemPropsContext extends ItemProps {
}
export declare const ListboxItemPropsProvider: (opts: UseListboxItemPropsContext) => void, useListboxItemPropsContext: (fallback?: UseListboxItemPropsContext | undefined) => UseListboxItemPropsContext;