UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

11 lines 463 B
import type { AriaRadioGroupProps } from '@react-types/radio'; import type { RadioGroupState } from '@react-stately/radio'; export interface RNAriaRadioGroupProps extends AriaRadioGroupProps { children?: React.ReactNode; } export interface RadioGroupAria { radioGroupProps: any; labelProps: any; } export declare function useRadioGroup(props: RNAriaRadioGroupProps, _state: RadioGroupState): RadioGroupAria; //# sourceMappingURL=useRadioGroup.d.ts.map