UNPKG

react-kiwi-dropdown

Version:

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

9 lines (8 loc) 250 B
/** Symbol.observable addition */ declare global { interface SymbolConstructor { readonly observable: symbol; } } /** Symbol.observable or a string "@@observable". Used for interop */ export declare const observable: string | symbol;