UNPKG

react-kiwi-dropdown

Version:

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

8 lines (7 loc) 341 B
/** PURE_IMPORTS_START _BehaviorSubject,_multicast PURE_IMPORTS_END */ import { BehaviorSubject } from '../BehaviorSubject'; import { multicast } from './multicast'; export function publishBehavior(value) { return function (source) { return multicast(new BehaviorSubject(value))(source); }; } //# sourceMappingURL=publishBehavior.js.map