UNPKG

react-native-confirmation-code-field

Version:

A react-native component to input confirmation code for both Android and IOS

3 lines (2 loc) 161 B
export declare const useInterval: (callback: () => void, delay: number) => void; export declare const useTimeout: (callback: () => void, delay: number) => void;