UNPKG

forms-reactive

Version:

Reactive Form Web Component

16 lines (12 loc) 451 B
'use strict'; const index = require('./index-c62a7462.js'); /*! * (C) Ionic http://ionicframework.com - MIT License */ // Given a menu, return whether or not the menu toggle should be visible const updateVisibility = async (menu) => { const menuEl = await index.menuController.get(menu); return !!(menuEl && (await menuEl.isActive())); }; exports.updateVisibility = updateVisibility; //# sourceMappingURL=menu-toggle-util-2e45df46.js.map