UNPKG

nuxt-users

Version:

A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools

19 lines (18 loc) 899 B
interface Props { updatePasswordEndpoint?: string; resetPasswordEndpoint?: string; redirectTo?: string; } declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { success: (user: UserWithoutPassword) => any; error: (error: string) => any; "password-error": (error: string) => any; "password-updated": () => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ onSuccess?: ((user: UserWithoutPassword) => any) | undefined; onError?: ((error: string) => any) | undefined; "onPassword-error"?: ((error: string) => any) | undefined; "onPassword-updated"?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;