UNPKG

react-kiwi-dropdown

Version:

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

15 lines (12 loc) 303 B
'use strict'; var parseMeasurement = require('../parsers').parseMeasurement; module.exports.definition = { set: function(v) { this._setProperty('bottom', parseMeasurement(v)); }, get: function() { return this.getPropertyValue('bottom'); }, enumerable: true, configurable: true, };