Enabling shorter import paths [automatic]
This commit is contained in:
6
lib/components/LoginVerifyEmail.d.ts
vendored
Normal file
6
lib/components/LoginVerifyEmail.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/// <reference types="react" />
|
||||
import type { KcProps } from "./KcProps";
|
||||
import type { KcContext } from "../KcContext";
|
||||
export declare const LoginVerifyEmail: import("react").MemoExoticComponent<({ kcContext, ...props }: {
|
||||
kcContext: KcContext.LoginVerifyEmail;
|
||||
} & KcProps) => JSX.Element>;
|
Reference in New Issue
Block a user