UNPKG

react-kiwi-dropdown

Version:

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

8 lines (5 loc) 172 B
var loadRemoteResource = require('../reader/load-remote-resource'); function fetchFrom(callback) { return callback || loadRemoteResource; } module.exports = fetchFrom;