UNPKG

react-native-otp-entry

Version:

A fully modifiable OTP Input Component for React Native

4 lines (3 loc) 209 B
import * as React from "react"; import { OtpInputProps, OtpInputRef } from "./OtpInput.types"; export declare const OtpInput: React.ForwardRefExoticComponent<OtpInputProps & React.RefAttributes<OtpInputRef>>;