UNPKG

react-kiwi-dropdown

Version:

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

12 lines (9 loc) 204 B
'use strict'; const Container = require('./container'); module.exports = class Value extends Container { constructor (opts) { super(opts); this.type = 'value'; this.unbalanced = 0; } };