UNPKG

nativescript-bottom-navigation

Version:

NativeScript plugin to add a bottom navigation component for Android & iOS

9 lines 394 B
"use strict"; 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