UNPKG

react-kiwi-dropdown

Version:

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

18 lines (14 loc) 284 B
'use strict' var create = require('./util/create') module.exports = create({ space: 'xml', transform: xmlTransform, properties: { xmlLang: null, xmlBase: null, xmlSpace: null } }) function xmlTransform(_, prop) { return 'xml:' + prop.slice(3).toLowerCase() }