UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

8 lines (7 loc) 142 B
export type SignUpOptions = { /** * Array of fields to show in Sign Up form * @default ["name"] */ fields?: string[] }