keycloak_theme/lib/components/Register.d.ts

4 lines
175 B
TypeScript

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