UNPKG

easyui-draganddrop

Version:

Drag and drop elements including a file explorer and a rubbish bin.

8 lines (6 loc) 155 B
'use strict'; module.exports = { options: require('./lib/options'), Explorer: require('./lib/explorer'), RubbishBin: require('./lib/rubbishBin') };