UNPKG

@atlaskit/select

Version:

Select allows users to make a single selection or multiple selections from a list of options.

12 lines (11 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "useAsync", { enumerable: true, get: function get() { return _async.useAsync; } }); var _async = require("@atlaskit/react-select/async");