UNPKG

react-native-confirmation-code-field

Version:

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

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