mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
import TransloaditPlugin
This commit is contained in:
parent
2f0ddbcd38
commit
2e43dbc314
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import TransloaditPlugin from './TransloaditPlugin';
|
||||
export default class DragDrop extends TransloaditPlugin {
|
||||
constructor(core, opts) {
|
||||
super(core, opts);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import TransloaditPlugin from './TransloaditPlugin';
|
||||
class TransloaditBasic extends TransloaditPlugin {
|
||||
constructor(core, opts) {
|
||||
super(core, opts);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import TransloaditPlugin from './TransloaditPlugin';
|
||||
export default class Tus10 extends TransloaditPlugin {
|
||||
constructor(core, opts) {
|
||||
super(core, opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue