UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

15 lines (13 loc) 276 B
'use strict'; module.exports = function getBasicPropertyDescriptor(name) { return { set: function(v) { this._setProperty(name, v); }, get: function() { return this.getPropertyValue(name); }, enumerable: true, configurable: true, }; };