UNPKG

react-kiwi-dropdown

Version:

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

6 lines 200 B
import { of } from './of'; import { concatAll } from '../operators/concatAll'; export function concat(...observables) { return concatAll()(of(...observables)); } //# sourceMappingURL=concat.js.map