azure-devops-ui
Version:
React components for building web UI in Azure DevOps
11 lines (10 loc) • 436 B
JavaScript
/**
* Represents where within the containing element to draw the drop indicator
*/
export var ListDropIndicatorPosition;
(function (ListDropIndicatorPosition) {
ListDropIndicatorPosition["bottom"] = "bottom";
ListDropIndicatorPosition["top"] = "top";
ListDropIndicatorPosition["left"] = "left";
ListDropIndicatorPosition["right"] = "right";
})(ListDropIndicatorPosition || (ListDropIndicatorPosition = {}));