@ctx-core/auth0-cs-solid
Version:
Auth0 solid-js components & ctx-core integration for client-server multipage apps & font-end single page web apps
11 lines (10 loc) • 298 B
TypeScript
import type { JSX, VoidProps } from 'solid-js'
export function Auth0ForgotPasswordForm_spa(
$p:Auth0ForgotPasswordForm_spa__props_T
):JSX.Element
export type Auth0ForgotPasswordForm_spa__props_T = VoidProps<{
error_class?:string
input_class?:string
button_class?:string
label_class?:string
}>