Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-05 19:45:47 +00:00
parent 68e6c9faaf
commit f577d71855
113 changed files with 21346 additions and 223 deletions

6
lib/components/Login.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
/// <reference types="react" />
import type { KcPagesProperties } from "./KcProperties";
export declare type LoginProps = {
kcProperties?: KcPagesProperties;
};
export declare const Login: import("react").MemoExoticComponent<(props: LoginProps) => JSX.Element>;