()
| 45 | * - Android: `{"target": 53}` |
| 46 | */ |
| 47 | export function buildFocusEvent() { |
| 48 | return { |
| 49 | ...baseSyntheticEvent(), |
| 50 | nativeEvent: { |
| 51 | target: 0, |
| 52 | }, |
| 53 | }; |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Experimental values: |
no test coverage detected
searching dependent graphs…