Fix TextAnchor prop-type definition.

This commit is contained in:
Mikael Sand
2017-07-24 03:33:34 +03:00
parent c502c67968
commit 714768c1a7
+1 -1
View File
@@ -94,7 +94,7 @@ const font = PropTypes.object;
// start | middle | end | inherit
// https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor
const textAnchor = PropTypes.oneOf(['start', 'middle', 'end', 'inherit']);
const textAnchor = PropTypes.oneOf(['start', 'middle', 'end']);
// none | underline | overline | line-through | blink | inherit
// https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-decoration