UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

1 lines 585 B
import{__extends}from"tslib";import"../../CommonImports";import"../../Core/core.css";import"./Table.css";import*as React from"react";var DragAndDropGripper=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return __extends(r,e),r.prototype.render=function(){return React.createElement("div",{className:"bolt-gripper-container bolt-table-cell-content-reveal"},React.createElement("div",{className:"bolt-gripper"}))},r}(React.Component);function renderGripper(e,r){return r?React.createElement(DragAndDropGripper,null):null}export{DragAndDropGripper,renderGripper};