Add marker to IntrinsicElements (#10173)

This commit is contained in:
rdeline
2016-07-19 23:04:42 -07:00
committed by Mohamed Hegazy
parent 08b7b58fa3
commit 03cd162da0

1
react/react.d.ts vendored
View File

@@ -2500,6 +2500,7 @@ declare namespace JSX {
image: React.SVGProps;
line: React.SVGProps;
linearGradient: React.SVGProps;
marker: React.SVGProps;
mask: React.SVGProps;
path: React.SVGProps;
pattern: React.SVGProps;