UNPKG

@keycloakify/keycloak-admin-ui

Version:
10 lines (9 loc) 398 B
import { Path, PathValue } from "react-hook-form"; import { FormFields } from "../../clients/ClientDetails"; type ToggleProps = { name: PathValue<FormFields, Path<FormFields>>; label: string; }; export declare const Toggle: ({ name, label }: ToggleProps) => import("react/jsx-runtime").JSX.Element; export declare const SamlConfig: () => import("react/jsx-runtime").JSX.Element; export {};