UNPKG

react-kiwi-dropdown

Version:

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

5 lines 219 B
import { CombineLatestOperator } from '../observable/combineLatest'; export function combineAll(project) { return (source) => source.lift(new CombineLatestOperator(project)); } //# sourceMappingURL=combineAll.js.map