UNPKG

@area2-ai/a2-react-keystroke-package

Version:

# a2-react-keystroke-package

7 lines (6 loc) 336 B
import type { A2CapturePayload, IiOSKeystrokeHookTemplate } from "../interfaces"; /** * Keystroke for ios mobile browser * @param {string} inputValue - The current value of the text input - Needed to detect auto-correct changes. */ export declare const useMobileKeystrokeIOS: () => IiOSKeystrokeHookTemplate<A2CapturePayload>;