UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

22 lines (20 loc) 571 B
import BackToTop from './directives/back-to-top.js' import CloseOverlay from './directives/close-overlay.js' import GoBack from './directives/go-back.js' import Ripple from './directives/ripple.js' import ScrollFire from './directives/scroll-fire.js' import Scroll from './directives/scroll.js' import TouchHold from './directives/touch-hold.js' import TouchPan from './directives/touch-pan.js' import TouchSwipe from './directives/touch-swipe.js' export { BackToTop, CloseOverlay, GoBack, Ripple, ScrollFire, Scroll, TouchHold, TouchPan, TouchSwipe }