UNPKG

react-kiwi-dropdown

Version:

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

7 lines 203 B
import { Observable } from '../Observable'; import { noop } from '../util/noop'; export const NEVER = new Observable(noop); export function never() { return NEVER; } //# sourceMappingURL=never.js.map