UNPKG

react-kiwi-dropdown

Version:

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

8 lines (6 loc) 281 B
var parseIntImplementation = require('../internals/parse-int'); // `parseInt` method // https://tc39.github.io/ecma262/#sec-parseint-string-radix require('../internals/export')({ global: true, forced: parseInt != parseIntImplementation }, { parseInt: parseIntImplementation });