Skip to content

Commit

Permalink
feat: date-picker support align
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Apr 17, 2020
1 parent 41a37f2 commit 1112f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/date-picker/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const PickerProps = () => ({
autoFocus: PropTypes.bool,
tagPrefixCls: PropTypes.string,
tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
align: PropTypes.object.def(() => ({})),
});

export const SinglePickerProps = () => ({
Expand Down

0 comments on commit 1112f2f

Please sign in to comment.