UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

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