()
| 144 | * Get all menu instances. |
| 145 | */ |
| 146 | const getMenus = async (): Promise<HTMLIonMenuElement[]> => { |
| 147 | await waitUntilReady(); |
| 148 | return getMenusSync(); |
| 149 | }; |
| 150 | |
| 151 | /** |
| 152 | * Get whether or not a menu is animating. Returns `true` if any |
nothing calls this directly
no test coverage detected