Files
keycloak_theme/lib/components/LoginVerifyEmail.d.ts
2021-03-07 14:47:01 +00:00

4 lines
183 B
TypeScript

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