UNPKG

react-kiwi-dropdown

Version:

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

7 lines 250 B
import { zip as zipStatic } from '../observable/zip'; export function zip(...observables) { return function zipOperatorFunction(source) { return source.lift.call(zipStatic(source, ...observables)); }; } //# sourceMappingURL=zip.js.map