UNPKG

react-kiwi-dropdown

Version:

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

6 lines 224 B
import { AsyncSubject } from '../AsyncSubject'; import { multicast } from './multicast'; export function publishLast() { return (source) => multicast(new AsyncSubject())(source); } //# sourceMappingURL=publishLast.js.map