UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

6 lines (5 loc) 156 B
export declare function useCodeTimer(): { seconds: number; inProgress: boolean; sendCode: (cb?: VoidFunction, passSeconds?: number) => void; };