UNPKG

@keycloakify/keycloak-admin-ui

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