Skip to content

Commit 6fae695

Browse files
motiz88Ville Saukkonen
authored andcommitted
Add definition for React DOM SyntheticPointerEvent
This is based on facebook/react#12507 which is seemingly missing a couple of fields from the official spec. Consequently this will need an update once React supports all fields.
1 parent 8c4761a commit 6fae695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react-dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ type ReactDOM$SVGElementProps = ReactDOM$ElementProps & {
470470
xmlBase?: string,
471471
xmlLang?: string,
472472
xmlSpace?: string
473-
473+
474474
// TODO: SVG presentation props
475475
// TODO: SVG filters props
476476
// TODO: SVG animation props

0 commit comments

Comments
 (0)