()
| 131 | typeof anchor?.y === 'number'; |
| 132 | |
| 133 | const isBrowser = () => Platform.OS === 'web' && 'document' in global; |
| 134 | |
| 135 | /** |
| 136 | * Menus display a list of choices on temporary elevated surfaces. Their placement varies based on the element that opens them. |
no outgoing calls
no test coverage detected
searching dependent graphs…