UNPKG

react-kiwi-dropdown

Version:

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

7 lines (5 loc) 327 B
// `Array.prototype.fill` method // https://tc39.github.io/ecma262/#sec-array.prototype.fill require('../internals/export')({ target: 'Array', proto: true }, { fill: require('../internals/array-fill') }); // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables require('../internals/add-to-unscopables')('fill');