We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a37f2 commit 1112f2fCopy full SHA for 1112f2f
components/date-picker/interface.js
@@ -35,6 +35,7 @@ export const PickerProps = () => ({
35
autoFocus: PropTypes.bool,
36
tagPrefixCls: PropTypes.string,
37
tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
38
+ align: PropTypes.object.def(() => ({})),
39
});
40
41
export const SinglePickerProps = () => ({
0 commit comments