UNPKG

react-kiwi-dropdown

Version:

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

6 lines 212 B
import { concat } from '../observable/concat'; import { of } from '../observable/of'; export function endWith(...array) { return (source) => concat(source, of(...array)); } //# sourceMappingURL=endWith.js.map