UNPKG

@keycloakify/keycloak-admin-ui

Version:
10 lines (9 loc) 415 B
import { ProviderType } from "../../../realm-settings/routes/KeyProvider"; type KeyProviderFormProps = { id?: string; providerType: ProviderType; onClose?: () => void; }; export declare const KeyProviderForm: ({ providerType, onClose, }: KeyProviderFormProps) => import("react/jsx-runtime").JSX.Element; export default function KeyProviderFormPage(): import("react/jsx-runtime").JSX.Element; export {};