UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 234 B
type KeysProps = { save: () => void; clientId: string; hasConfigureAccess?: boolean; }; export declare const Keys: ({ clientId, save, hasConfigureAccess }: KeysProps) => import("react/jsx-runtime").JSX.Element; export {};