Skip to content

Commit 1112f2f

Browse files
committed
feat: date-picker support align
1 parent 41a37f2 commit 1112f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/date-picker/interface.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const PickerProps = () => ({
3535
autoFocus: PropTypes.bool,
3636
tagPrefixCls: PropTypes.string,
3737
tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
38+
align: PropTypes.object.def(() => ({})),
3839
});
3940

4041
export const SinglePickerProps = () => ({

0 commit comments

Comments
 (0)