mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Try to fix Flow issue on Windows (part 3)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @flow
|
||||
*/
|
||||
|
||||
import type {DOMTopLevelEventType} from 'react-dom/src/events/DOMTopLevelEventTypes';
|
||||
import type {DOMTopLevelEventType} from '../react-dom/src/events/DOMTopLevelEventTypes';
|
||||
|
||||
type RNTopLevelEventType =
|
||||
| 'topMouseDown'
|
||||
|
||||
Reference in New Issue
Block a user