UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

10 lines (9 loc) 241 B
declare function useSignInWithEmailAndPassword(): ({ email, password }: { email: string; password: string; }) => Promise<{ accessToken: any; refreshToken: any; user: any; }>; export default useSignInWithEmailAndPassword;