UNPKG

react-kiwi-dropdown

Version:

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

8 lines (6 loc) 291 B
var parseFloatImplementation = require('../internals/parse-float'); // `parseFloat` method // https://tc39.github.io/ecma262/#sec-parsefloat-string require('../internals/export')({ global: true, forced: parseFloat != parseFloatImplementation }, { parseFloat: parseFloatImplementation });