UNPKG

react-kiwi-dropdown

Version:

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

6 lines 251 B
import { BehaviorSubject } from '../BehaviorSubject'; import { multicast } from './multicast'; export function publishBehavior(value) { return (source) => multicast(new BehaviorSubject(value))(source); } //# sourceMappingURL=publishBehavior.js.map