@keycloakify/keycloak-admin-ui
Version:
Repackaged Keycloak Admin UI
9 lines (8 loc) • 370 B
TypeScript
import { UseFormReturn } from "react-hook-form";
export type SettingsCacheProps = {
form: UseFormReturn;
showSectionHeading?: boolean;
showSectionDescription?: boolean;
unWrap?: boolean;
};
export declare const SettingsCache: ({ form, showSectionHeading, showSectionDescription, unWrap, }: SettingsCacheProps) => import("react/jsx-runtime").JSX.Element;