@keycloakify/keycloak-admin-ui
Version:
Repackaged Keycloak Admin UI
10 lines (9 loc) • 466 B
TypeScript
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 {};