UNPKG

react-kiwi-dropdown

Version:

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

11 lines (8 loc) 177 B
'use strict'; const Container = require('./container'); module.exports = class Root extends Container { constructor (opts) { super(opts); this.type = 'root'; } };