UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

8 lines 374 B
/// <reference types="react" /> import type { RadioGroupState } from '@react-stately/radio'; export interface RadioGroupContext { state: RadioGroupState; } export declare const RadioGroupContext: import("react").Context<RadioGroupContext | null>; export declare const useRadioGroupContext: () => RadioGroupContext | null; //# sourceMappingURL=RadioGroup.context.d.ts.map