UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 317 B
import type { ProviderType } from "../../../realm-settings/routes/KeyProvider"; type KeyProviderModalProps = { providerType: ProviderType; onClose: () => void; }; export declare const KeyProviderModal: ({ providerType, onClose, }: KeyProviderModalProps) => import("react/jsx-runtime").JSX.Element; export {};