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 May 7, 2019
1 parent 213201f commit a402a3e
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 @@ -471,7 +471,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 a402a3e

Please sign in to comment.