UNPKG

react-kiwi-dropdown

Version:

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

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