UNPKG

react-kiwi-dropdown

Version:

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

7 lines (6 loc) 208 B
// Allow the user to customize the Promise type returned by this library. var mypromise = global.Promise; module.exports = function getOrSetPromise(p) { if (p) { mypromise = p; } return mypromise; };