UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

20 lines (19 loc) 626 B
import "../../CommonImports"; import "../../Core/core.css"; import "./IdentityCard.css"; import * as React from "react"; import { IdentityCardContentProps } from "./IdentityCard.Props"; /** * The content of the callout for the persona card. */ export declare class IdentityCardContent extends React.Component<IdentityCardContentProps> { private calloutAnchorOrigin; componentDidMount(): void; componentWillUnmount(): void; render(): JSX.Element; private determineAnchorOrigin; private onKeyDown; private renderCard; private renderInnerCard; private onDismissCallout; }