Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-13 11:59:05 +00:00
parent 859cc03f35
commit 892e8ef67a
136 changed files with 23011 additions and 223 deletions

6
lib/components/LoginVerifyEmail.d.ts vendored Normal file
View 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>;