react-native-confirmation-code-field
Version:
A react-native component to input confirmation code for both Android and IOS
6 lines (5 loc) • 365 B
TypeScript
import type { NativeSyntheticEvent, NativeTouchEvent } from 'react-native';
import type { Params } from './useClearByFocusCell.common';
export declare const useClearByFocusCell: (params: Params) => readonly [{
onPressOut: (event: NativeSyntheticEvent<NativeTouchEvent>) => void;
}, (index: number) => (event: import("react-native").LayoutChangeEvent) => void];