UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 335 B
import { ItemProps } from '@zag-js/radio-group'; export interface UseRadioGroupItemPropsContext extends ItemProps { } export declare const RadioGroupItemPropsProvider: (opts: UseRadioGroupItemPropsContext) => void, useRadioGroupItemPropsContext: (fallback?: UseRadioGroupItemPropsContext | undefined) => UseRadioGroupItemPropsContext;