UNPKG

react-kiwi-dropdown

Version:

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

5 lines 181 B
import { ZipOperator } from '../observable/zip'; export function zipAll(project) { return (source) => source.lift(new ZipOperator(project)); } //# sourceMappingURL=zipAll.js.map