UNPKG

@edflex-tech/keycloakify

Version:

Keycloak theme generator for Reacts app

7 lines (6 loc) 329 B
/// <reference types="react" /> import type { KcProps } from "./KcProps"; import type { KcContextBase } from "../getKcContext/KcContextBase"; export declare const RegisterUserProfile: import("react").MemoExoticComponent<({ kcContext, ...props_ }: { kcContext: KcContextBase.RegisterUserProfile; } & KcProps) => JSX.Element>;