UNPKG

react-kiwi-dropdown

Version:

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

12 lines (9 loc) 177 B
'use strict'; module.exports = () => { const ret = {}; ret.promise = new Promise((resolve, reject) => { ret.resolve = resolve; ret.reject = reject; }); return ret; };