UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

8 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var mergeMap_1 = require("./mergeMap"); function concatMap(project, resultSelector) { return mergeMap_1.mergeMap(project, resultSelector, 1); } exports.concatMap = concatMap; //# sourceMappingURL=concatMap.js.map