keycloak_theme/lib/components/LoginVerifyEmail.d.ts

4 lines
183 B
TypeScript

/// <reference types="react" />
import type { KcProps } from "./KcProps";
export declare const LoginVerifyEmail: import("react").MemoExoticComponent<(props: KcProps) => JSX.Element>;