UNPKG

@keycloakify/keycloak-admin-ui

Version:
7 lines (6 loc) 235 B
import "./evaluate.css"; export type EvaluateScopesProps = { clientId: string; protocol: string; }; export declare const EvaluateScopes: ({ clientId, protocol }: EvaluateScopesProps) => import("react/jsx-runtime").JSX.Element;