UNPKG

@replyke/core

Version:

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

11 lines (10 loc) 295 B
declare function useSignInWithEmailAndPassword(): ({ email, password, publicKeyBase64, }: { email: string; password: string; publicKeyBase64: string | null; }) => Promise<{ accessToken: any; refreshToken: any; user: any; }>; export default useSignInWithEmailAndPassword;