UNPKG

react-kiwi-dropdown

Version:

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

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