UNPKG

react-kiwi-dropdown

Version:

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

6 lines (5 loc) 162 B
module.exports = function cleanDeclartion(node, item, list) { if (node.value.children && node.value.children.isEmpty()) { list.remove(item); } };