UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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'];