UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

1 lines 408 B
import{__extends}from"tslib";import{ListSelection}from"../List";var DropdownSelection=function(t){function e(){return t.call(this,{selectOnFocus:!1})||this}return __extends(e,t),e}(ListSelection),DropdownMultiSelection=function(t){function e(){return t.call(this,{alwaysMerge:!0,multiSelect:!0,selectOnFocus:!1})||this}return __extends(e,t),e}(ListSelection);export{DropdownSelection,DropdownMultiSelection};