nativescript-bottom-navigation
Version:
NativeScript plugin to add a bottom navigation component for Android & iOS
9 lines • 394 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
install: function (Vue) {
Vue.registerElement('BottomNavigationBar', function () { return require('../').BottomNavigationBar; });
Vue.registerElement('BottomNavigationTab', function () { return require('../').BottomNavigationTab; });
},
};
//# sourceMappingURL=index.js.map
;