UNPKG

@ark-ui/react

Version:

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

6 lines (5 loc) 286 B
import { ItemState } from '@zag-js/radio-group'; import { Provider } from 'react'; export interface UseRadioGroupItemContext extends ItemState { } export declare const RadioGroupItemProvider: Provider<UseRadioGroupItemContext>, useRadioGroupItemContext: () => UseRadioGroupItemContext;