forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectives.js
More file actions
27 lines (26 loc) · 746 Bytes
/
directives.js
File metadata and controls
27 lines (26 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import ClosePopup from './directives/ClosePopup.js'
import GoBack from './directives/GoBack.js'
import Intersection from './directives/Intersection.js'
import Morph from './directives/Morph.js'
import Mutation from './directives/Mutation.js'
import Ripple from './directives/Ripple.js'
import ScrollFire from './directives/ScrollFire.js'
import Scroll from './directives/Scroll.js'
import TouchHold from './directives/TouchHold.js'
import TouchPan from './directives/TouchPan.js'
import TouchRepeat from './directives/TouchRepeat.js'
import TouchSwipe from './directives/TouchSwipe.js'
export {
ClosePopup,
GoBack,
Intersection,
Morph,
Mutation,
Ripple,
ScrollFire,
Scroll,
TouchHold,
TouchPan,
TouchRepeat,
TouchSwipe
}