UNPKG

react-native-confirmation-code-field

Version:

A react-native component to input confirmation code for both Android and IOS

6 lines (5 loc) 310 B
import type { ComponentProps } from 'react'; import type { Params } from './useClearByFocusCell.common'; export declare const useClearByFocusCell: (params: Params) => readonly [{ onClick: ComponentProps<"input">["onClick"]; }, (index: number) => (event: import("react-native").LayoutChangeEvent) => void];