UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

10 lines (9 loc) 322 B
import "../../CommonImports"; import "../../Core/core.css"; import "./ZeroData.css"; import * as React from "react"; import { IZeroDataProps } from "./ZeroData.Props"; /** * Component for displaying helpful information when there is no data to show. */ export declare const ZeroData: React.SFC<IZeroDataProps>;