UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

4 lines (3 loc) 286 B
import { ExtendedValue, RadioGroupContextType } from '../model/radio-type.ts'; export declare const RadioGroupContext: import('react').Context<RadioGroupContextType<any> | null>; export declare function useRadioGroupContext<Value extends ExtendedValue>(): RadioGroupContextType<Value>;