reactjs-bottom-navigation
Version:
A flexible bottom navigation component for React applications
6 lines (5 loc) • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BottomNavigation = void 0;
var BottomNavigation_1 = require("./BottomNavigation");
Object.defineProperty(exports, "BottomNavigation", { enumerable: true, get: function () { return BottomNavigation_1.BottomNavigation; } });