mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-30 05:39:23 -06:00
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
import { RadioGroupContextValue } from './RadioGroupContext';
|
|
export interface RadioGroupState extends RadioGroupContextValue {
|
|
}
|
|
export default function useRadioGroup(): RadioGroupState | undefined;
|