UNPKG

@monadstech/react-native-use-otp-verify

Version:
7 lines 459 B
import RNOtpVerify from 'react-native-otp-verify'; export declare function smsListener(callback: any): () => void; export declare function useSMSListener(smsHandler: any | undefined): (string | (() => void) | null)[]; declare function defaultOtpParser(sms: string | null | any): string; export declare function useOtpVerify(otpParser?: typeof defaultOtpParser): (string | (() => void) | null)[]; export default RNOtpVerify; //# sourceMappingURL=index.d.ts.map