@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 299 B
text/typescript
import { UseRadioGroupReturn } from './use-radio-group';
export interface UseRadioGroupContext extends UseRadioGroupReturn {
}
export declare const RadioGroupProvider: (opts: UseRadioGroupContext) => void, useRadioGroupContext: (fallback?: UseRadioGroupContext | undefined) => UseRadioGroupContext;