UNPKG

react-usehooks-ts

Version:

A collections of typescript supported react Custom hooks

7 lines (6 loc) 211 B
interface Props { startOtpDetection?: boolean; timeoutInMin?: number; } export declare const useAutoReadOtp: ({ startOtpDetection, timeoutInMin, }: Props) => [string | null, boolean, string]; export {};