UNPKG

@nativescript-community/gesturehandler

Version:

Declarative API exposing platform native touch and gesture system to NativeScript.

7 lines 190 B
const Plugin = { install(Vue) { Vue.registerElement('GestureRootView', () => require('..').GestureRootView, {}); } }; export default Plugin; //# sourceMappingURL=index.js.map