UNPKG

react-kiwi-dropdown

Version:

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

4 lines (3 loc) 205 B
import { ObservableInput, OperatorFunction } from '../types'; export declare function exhaust<T>(): OperatorFunction<ObservableInput<T>, T>; export declare function exhaust<R>(): OperatorFunction<any, R>;