UNPKG

@keycloakify/keycloak-admin-ui

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