Skip to content

Commit

Permalink
feat(Menu): mode adde inline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 5, 2018
1 parent d51a8fb commit b819d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu/Menu.js
Expand Up @@ -88,7 +88,7 @@ Menu.childContextTypes = {

Menu.propTypes = {
prefixCls: PropTypes.string,
mode: PropTypes.string,
mode: PropTypes.oneOf(['vertical', 'inline', 'horizontal']),
theme: PropTypes.oneOf(['light', 'dark']),
defaultActive: PropTypes.string,
onSelect: PropTypes.func,
Expand Down

0 comments on commit b819d1c

Please sign in to comment.