UNPKG

react-kiwi-dropdown

Version:

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

6 lines (5 loc) 219 B
// `String.prototype.repeat` method // https://tc39.github.io/ecma262/#sec-string.prototype.repeat require('../internals/export')({ target: 'String', proto: true }, { repeat: require('../internals/string-repeat') });