UNPKG

react-kiwi-dropdown

Version:

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

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