UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

1 lines 542 B
import{__assign}from"tslib";import"../../CommonImports";import"../../Core/core.css";import"./DropdownList.css";import"./List.css";import"./ListDropIndicator.css";import*as React from"react";import{Icon}from"../../Icon";import{css}from"../../Util";var ListDragImage=function(t){return React.createElement(React.Fragment,null,t.iconProps&&React.createElement(Icon,__assign({},t.iconProps,{className:css(t.iconProps.className,"flex-noshrink icon-margin")})),React.createElement("span",{className:"text-ellipsis"},t.text))};export{ListDragImage};