useImperativeHandle(ref, () => ({ someFunction }));
useImperativeHandle(inputRef, () => ({ focus: () => inputRef.current.focus() }));