UNPKG

react-native-otp-inputs

Version:

One-time password inputs built in pure JS for React-Native

10 lines (9 loc) 260 B
import { Actions, ReducerState } from './types'; declare const _default: (state: ReducerState, { type, payload }: Actions) => { handleChange: any; otpCode: { [key: string]: string; }; hasKeySupport: boolean; }; export default _default;