const weightRef = useRef(null);
<Parent Component name={"weight"}Ï ref={weightRef} />
export interface TextInputProps { name:"string"; ref?: any; //Here what is the type of ref for now i have used any}
I need correct type of ref instead of any