UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 268 B
/// <reference types="react" /> import type { TemplateProps } from "../login/TemplateProps"; import type { I18n } from "./i18n"; import type { KcContext } from "./KcContext"; export default function Template(props: TemplateProps<KcContext, I18n>): JSX.Element | null;