UNPKG

react-kiwi-dropdown

Version:

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

7 lines (5 loc) 180 B
var shared = require('../internals/shared')('keys'); var uid = require('../internals/uid'); module.exports = function (key) { return shared[key] || (shared[key] = uid(key)); };