UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

5 lines (4 loc) 193 B
export declare const useRadioGroup: (value?: string, defaultValue?: string, onChange?: (value: string) => void) => { selectedValue: string; handleChange: (newValue: string) => void; };