@keycloakify/keycloak-account-ui
Version:
Repackaged Keycloak Account UI
9 lines (8 loc) • 328 B
TypeScript
import { LinkedAccountRepresentation } from "../api/representations";
type AccountRowProps = {
account: LinkedAccountRepresentation;
isLinked?: boolean;
refresh: () => void;
};
export declare const AccountRow: ({ account, isLinked, refresh, }: AccountRowProps) => import("react/jsx-runtime").JSX.Element;
export {};