nativescript-bubble-navigation
Version:
Nativescript plugin for Android & iOS that create beautiful navigation tabs
9 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
install: function (Vue) {
Vue.registerElement('BubbleNavigation', function () { return require('../').BubbleNavigation; });
Vue.registerElement('BubbleNavigationTab', function () { return require('../').BubbleNavigationTab; });
},
};
//# sourceMappingURL=index.js.map