UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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