UNPKG

react-kiwi-dropdown

Version:

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

10 lines (9 loc) 212 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = addSpace; function addSpace() { return { type: 'space', value: ' ' }; } module.exports = exports['default'];