UNPKG

table-dragger

Version:
9 lines (7 loc) 172 B
/** * Created by lijun on 2016/12/4. */ import './main.css'; import Drag from './drag'; const create = (el, options) => Drag.create(el, options); export default create;