mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
Merge branch '1.x-stable' of https://github.com/ant-design/ant-design into 1.x-stable
This commit is contained in:
commit
6c9ccd12d5
@ -23,5 +23,5 @@ export default function ButtonGroup(props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ButtonGroup.propTypes = {
|
ButtonGroup.propTypes = {
|
||||||
size: React.PropTypes.oneOf(['large', 'small']),
|
size: React.PropTypes.oneOf(['large', 'default', 'small']),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user