Enabling shorter import paths [automatic]
This commit is contained in:
6
lib/components/Login.d.ts
vendored
Normal file
6
lib/components/Login.d.ts
vendored
Normal 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>;
|
Reference in New Issue
Block a user