UNPKG

@keycloakify/keycloak-admin-ui

Version:
10 lines (9 loc) 466 B
import type { ConfigPropertyRepresentation } from "@keycloak/keycloak-admin-client/lib/defs/authenticatorConfigInfoRepresentation"; type DynamicComponentProps = { properties: ConfigPropertyRepresentation[]; stringify?: boolean; isNew?: boolean; }; export declare const DynamicComponents: ({ properties, ...rest }: DynamicComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const convertToName: (name: string) => string; export {};