UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 394 B
import { UseFormReturn } from "react-hook-form"; export type LdapSettingsKerberosIntegrationProps = { form: UseFormReturn; showSectionHeading?: boolean; showSectionDescription?: boolean; }; export declare const LdapSettingsKerberosIntegration: ({ form, showSectionHeading, showSectionDescription, }: LdapSettingsKerberosIntegrationProps) => import("react/jsx-runtime").JSX.Element;