UNPKG

@replyke/core

Version:

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

6 lines (5 loc) 171 B
declare function useChangePassword(): ({ password, newPassword, }: { password: string; newPassword: string; }) => Promise<void>; export default useChangePassword;