UNPKG

react-kiwi-dropdown

Version:

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

5 lines 206 B
import { concatMap } from './concatMap'; export function concatMapTo(innerObservable, resultSelector) { return concatMap(() => innerObservable, resultSelector); } //# sourceMappingURL=concatMapTo.js.map