nuxt-users
Version:
A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools
14 lines (13 loc) • 851 B
TypeScript
import type { UserWithoutPassword, ResetPasswordFormProps } from '../../types.js';
declare const _default: import("vue").DefineComponent<ResetPasswordFormProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
error: (error: string) => any;
success: (user: UserWithoutPassword) => any;
"password-error": (error: string) => any;
"password-updated": () => any;
}, string, import("vue").PublicProps, Readonly<ResetPasswordFormProps> & Readonly<{
onError?: ((error: string) => any) | undefined;
onSuccess?: ((user: UserWithoutPassword) => any) | undefined;
"onPassword-error"?: ((error: string) => any) | undefined;
"onPassword-updated"?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;