UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 382 B
import { UseFormReturn } from "react-hook-form"; export type LdapSettingsAdvancedProps = { id?: string; form: UseFormReturn; showSectionHeading?: boolean; showSectionDescription?: boolean; }; export declare const LdapSettingsAdvanced: ({ id, form, showSectionHeading, showSectionDescription, }: LdapSettingsAdvancedProps) => import("react/jsx-runtime").JSX.Element;