UNPKG

@apideck/file-picker

Version:

A React file picker component that works with the Apideck [File Storage API](https://developers.apideck.com/apis/file-storage/reference).

9 lines (6 loc) 200 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./file-picker.cjs.production.min.js') } else { module.exports = require('./file-picker.cjs.development.js') }