UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

7 lines (6 loc) 266 B
import "../../CommonImports"; import "../../Core/core.css"; import "./IdentityCard.css"; import * as React from "react"; import { IContactLineProps } from "./ContactCard.Props"; export declare const CardContactLine: React.FunctionComponent<IContactLineProps>;