UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

3 lines (2 loc) 120 B
/** Identifies an input as being an Iterable */ export declare function isIterable(input: any): input is Iterable<any>;