UNPKG

react-kiwi-dropdown

Version:

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

8 lines 259 B
import { Subject } from '../Subject'; import { multicast } from './multicast'; export function publish(selector) { return selector ? multicast(() => new Subject(), selector) : multicast(new Subject()); } //# sourceMappingURL=publish.js.map