UNPKG

@ariana-germany/keycloakify-mui

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