UNPKG

@replyke/core

Version:

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

8 lines (7 loc) 250 B
declare function useChangePassword(): ({ publicKeyBase64, email, password, newPassword, }: { publicKeyBase64: string | null; email: string; password: string; newPassword: string; }) => Promise<void>; export default useChangePassword;