UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 324 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>): globalThis.JSX.Element;