forms-reactive
Version:
Reactive Form Web Component
14 lines (11 loc) • 432 B
JavaScript
import { m as menuController } from './index-b276329d.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 menuController.get(menu);
return !!(menuEl && (await menuEl.isActive()));
};
export { updateVisibility as u };
//# sourceMappingURL=menu-toggle-util-487a2f2e.js.map