UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

7 lines (6 loc) 263 B
/// <reference types="react" /> import "../../CommonImports"; import "../../Core/core.css"; import "./Dropdown.css"; import { IWithPivotsProps } from "./WithPivots.Props"; export declare function WithPivots<T = {}>(props: IWithPivotsProps<T>): JSX.Element;