UNPKG

react-kiwi-dropdown

Version:

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

14 lines (10 loc) 319 B
var compactable = require('./compactable'); function restoreWithComponents(property) { var descriptor = compactable[property.name]; if (descriptor && descriptor.shorthand) { return descriptor.restore(property, compactable); } else { return property.value; } } module.exports = restoreWithComponents;