UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 316 B
import { KeyTypes } from "../../clients/keys/SamlKeys"; type ExportSamlKeyDialogProps = { clientId: string; close: () => void; keyType: KeyTypes; }; export declare const ExportSamlKeyDialog: ({ clientId, close, keyType, }: ExportSamlKeyDialogProps) => import("react/jsx-runtime").JSX.Element; export {};