Skip to content

Commit

Permalink
Add definition for React DOM SyntheticPointerEvent
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
motiz88 authored and Ville Saukkonen committed Mar 18, 2019
1 parent 8c4761a commit 6fae695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ type ReactDOM$SVGElementProps = ReactDOM$ElementProps & {
xmlBase?: string,
xmlLang?: string,
xmlSpace?: string

// TODO: SVG presentation props
// TODO: SVG filters props
// TODO: SVG animation props
Expand Down

0 comments on commit 6fae695

Please sign in to comment.