UNPKG

@keycloakify/keycloak-admin-ui

Version:
10 lines (9 loc) 439 B
import type RealmRepresentation from "@keycloak/keycloak-admin-client/lib/defs/realmRepresentation"; import "./webauthn-policy.css"; type WebauthnPolicyProps = { realm: RealmRepresentation; realmUpdated: (realm: RealmRepresentation) => void; isPasswordLess?: boolean; }; export declare const WebauthnPolicy: ({ realm, realmUpdated, isPasswordLess, }: WebauthnPolicyProps) => import("react/jsx-runtime").JSX.Element; export {};