UNPKG

react-kiwi-dropdown

Version:

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

8 lines (7 loc) 311 B
/** PURE_IMPORTS_START _AsyncSubject,_multicast PURE_IMPORTS_END */ import { AsyncSubject } from '../AsyncSubject'; import { multicast } from './multicast'; export function publishLast() { return function (source) { return multicast(new AsyncSubject())(source); }; } //# sourceMappingURL=publishLast.js.map