UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

8 lines (7 loc) 263 B
type ChangePasswordInput = { currentPassword: string; newPassword: string; }; export declare const changePassword: ({ currentPassword, newPassword, }: ChangePasswordInput) => Promise<void>; export declare const deleteUser: () => Promise<void>; export {};