UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 287 B
/// <reference types="react" /> import type { TemplateProps } from "../account/TemplateProps"; import type { I18n } from "./i18n"; import type { KcContext } from "./KcContext"; export default function Template(props: TemplateProps<KcContext, I18n>): React.ReactElement<any, any> | null;