UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

9 lines (8 loc) 341 B
/// <reference types="react" /> import "../../CommonImports"; import "../../Core/core.css"; import "./DropdownList.css"; import "./List.css"; import "./ListDropIndicator.css"; import { IListDropIndicatorProps } from "./ListDropIndicator.Props"; export declare function ListDropIndicator(props: IListDropIndicatorProps): JSX.Element;