UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

8 lines (7 loc) 393 B
import "../../CommonImports"; import "../../Core/core.css"; import "./IdentityCard.css"; import * as React from "react"; import { IContactCardContactLineProps, IContactCardProps } from "./ContactCard.Props"; export declare const ContactCardContactLine: React.FunctionComponent<IContactCardContactLineProps>; export declare const ContactCard: React.FunctionComponent<IContactCardProps>;