UNPKG

react-native-onetapinput

Version:

React Native OneTapInput is a customizable, easy-to-use, and highly customizable OTP input component for React Native.

5 lines 244 B
import React from "react"; import { ResendOTPButtonProps } from "./propTypes/resendOTPButtonPropTypes"; declare const ResendOTPButton: React.FC<ResendOTPButtonProps>; export default ResendOTPButton; //# sourceMappingURL=resendOtpButton.d.ts.map