UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

7 lines (6 loc) 239 B
/// <reference types="react" /> import "../../CommonImports"; import "../../Core/core.css"; import "./Image.css"; import { IImageProps } from "./Image.Props"; export declare function Image(props: Readonly<IImageProps>): JSX.Element;