UNPKG

@devlander/hooks

Version:
6 lines (5 loc) 236 B
import type { TextInput } from "react-native"; export declare const useNextTextInputFocus: (onSubmit?: () => void) => { registerInput: (ref: TextInput | null, index: number) => void; handleNextInput: (index: number) => void; };