UNPKG

react-kiwi-dropdown

Version:

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

3 lines (2 loc) 115 B
import { SchedulerLike } from '../types'; export declare function isScheduler(value: any): value is SchedulerLike;