File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ import ReactDOM from 'react-dom';
62
62
import Trigger from ' rc-trigger' ;
63
63
64
64
ReactDOM .render ((
65
- < Trigger
65
+ < Trigger
66
66
action= {[' click' ]}
67
67
popup= {< span> popup< / span> }
68
68
popupAlign= {{
@@ -139,13 +139,13 @@ ReactDOM.render((
139
139
</tr>
140
140
<tr>
141
141
<td>popupTransitionName</td>
142
- <td>String</td>
142
+ <td>String|Object </td>
143
143
<td></td>
144
144
<td>https://github.com/react-component/animate</td>
145
145
</tr>
146
146
<tr>
147
147
<td>maskTransitionName</td>
148
- <td>String</td>
148
+ <td>String|Object </td>
149
149
<td></td>
150
150
<td>https://github.com/react-component/animate</td>
151
151
</tr>
@@ -220,13 +220,13 @@ ReactDOM.render((
220
220
<td>string</td>
221
221
<td></td>
222
222
<td>use preset popup align config from builtinPlacements, can be merged by popupAlign prop</td>
223
- </tr>
223
+ </tr>
224
224
<tr>
225
225
<td>builtinPlacements</td>
226
226
<td>object</td>
227
227
<td></td>
228
228
<td>builtin placement align map. used by placement prop</td>
229
- </tr>
229
+ </tr>
230
230
</tbody>
231
231
</table >
232
232
You can’t perform that action at this time.
0 commit comments