UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 330 B
/// <reference types="react" /> import type { UserProfileFormFieldsProps } from "../login/UserProfileFormFieldsProps"; import type { KcContext } from "./KcContext"; import type { I18n } from "./i18n"; export default function UserProfileFormFields(props: UserProfileFormFieldsProps<KcContext, I18n>): React.ReactElement<any, any>;