UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 290 B
/// <reference types="react" /> import type { PageProps } from "../account/pages/PageProps"; import type { KcContext } from "../account/KcContext"; import { I18n } from "../account/i18n"; export default function DefaultPage(props: PageProps<KcContext, I18n>): React.ReactElement<any, any>;