@ctx-core/auth0-cs-solid
Version:
Auth0 solid-js components & ctx-core integration for client-server multipage apps & font-end single page web apps
13 lines (12 loc) • 410 B
TypeScript
import type { JSX, VoidProps } from 'solid-js'
export function ChangePasswordForm_auth0_spa($p:ChangePasswordForm_auth0_spa__props_T):JSX.Element
export type ChangePasswordForm_auth0_spa__props_T = VoidProps<{
error_class?:string
input_class?:string
button_class?:string
label_class?:string
start__onsubmit?:()=>void
onsuccess?:()=>void
onerror?:(params:{ error:any })=>void
end__onsubmit?:()=>void
}>