Skip to content

Commit 21ec468

Browse files
mattfwoodebrillhart
authored andcommitted
Update React.PropTypes to PropTypes (#642)
* Update `React.PropTypes` to `PropTypes` * Fixed change with prettier
1 parent c23d8b4 commit 21ec468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tag-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ The element tags are the bread and butter of your slide content. Most of these t
100100

101101
This tag does not extend from Base. It's special. Wrapping elements in the appear tag makes them appear/disappear in order in response to navigation.
102102

103-
| Name | PropType | Description |
104-
| ------------------ | ---------------------- | --------------------------------------------------------------------------- |
105-
| transitionDuration | React.PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. |
103+
| Name | PropType | Description |
104+
| ------------------ | ---------------- | --------------------------------------------------------------------------- |
105+
| transitionDuration | PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. |
106106

107107
<a name="blockquote-quote-and-cite-base"></a>
108108

0 commit comments

Comments
 (0)