UNPKG

react-kiwi-dropdown

Version:

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

3 lines (2 loc) 109 B
import { OperatorFunction } from '../types'; export declare function toArray<T>(): OperatorFunction<T, T[]>;