UNPKG

react-kiwi-dropdown

Version:

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

13 lines (11 loc) 219 B
'use strict'; module.exports.definition = { set: function(v) { this._setProperty('float', v); }, get: function() { return this.getPropertyValue('float'); }, enumerable: true, configurable: true, };