UNPKG

react-kiwi-dropdown

Version:

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

5 lines (4 loc) 257 B
import { ObservableInput } from '../types'; import { Subscription } from '../Subscription'; import { Subscriber } from '../Subscriber'; export declare const subscribeTo: <T>(result: ObservableInput<T>) => (subscriber: Subscriber<T>) => void | Subscription;