mirror of
https://github.com/Shopify/draggable.git
synced 2026-02-01 16:46:56 +00:00
Export sensors and plugins namespaced
This commit is contained in:
parent
3ebacef521
commit
3b06010070
21
src/index.js
21
src/index.js
@ -1,21 +1,20 @@
|
||||
import AbstractEvent from 'shared/AbstractEvent';
|
||||
|
||||
import * as Sensors from './Draggable/Sensors';
|
||||
import * as Plugins from './Plugins';
|
||||
|
||||
import Draggable from './Draggable';
|
||||
import Droppable from './Droppable';
|
||||
import Swappable from './Swappable';
|
||||
import Sortable from './Sortable';
|
||||
|
||||
import {Snappable, Collidable} from './Plugins';
|
||||
|
||||
import ForceTouchSensor from './Draggable/Sensors/ForceTouchSensor';
|
||||
|
||||
export {
|
||||
Draggable,
|
||||
Sortable,
|
||||
Swappable,
|
||||
Droppable,
|
||||
Snappable,
|
||||
Collidable,
|
||||
ForceTouchSensor,
|
||||
AbstractEvent as BaseEvent,
|
||||
Sensors,
|
||||
Plugins,
|
||||
|
||||
Draggable,
|
||||
Droppable,
|
||||
Swappable,
|
||||
Sortable,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user