UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

12 lines (11 loc) 219 B
export type SettingsOptions = { /** * Custom Settings URL */ url?: string /** * Array of fields to show in `<SettingsCards />` * @default ["image", "name"] */ fields: string[] }