feat: date-picker support align

pull/2112/head
tanjinzhou 2020-04-17 17:26:32 +08:00
parent 41a37f238c
commit 1112f2f791
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export const PickerProps = () => ({
autoFocus: PropTypes.bool, autoFocus: PropTypes.bool,
tagPrefixCls: PropTypes.string, tagPrefixCls: PropTypes.string,
tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
align: PropTypes.object.def(() => ({})),
}); });
export const SinglePickerProps = () => ({ export const SinglePickerProps = () => ({