UNPKG

@keycloakify/keycloak-admin-ui

Version:
7 lines (6 loc) 267 B
import { AuthenticationType } from "../../authentication/AuthenticationSection"; type UsedByProps = { authType: AuthenticationType; }; export declare const UsedBy: ({ authType: { id, usedBy } }: UsedByProps) => import("react/jsx-runtime").JSX.Element; export {};