UNPKG

react-kiwi-dropdown

Version:

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

10 lines (8 loc) 286 B
var objectToArray = require('../internals/object-to-array'); // `Object.entries` method // https://tc39.github.io/ecma262/#sec-object.entries require('../internals/export')({ target: 'Object', stat: true }, { entries: function entries(O) { return objectToArray(O, true); } });