feat: date-picker support align
parent
41a37f238c
commit
1112f2f791
|
@ -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 = () => ({
|
||||
|
|
Loading…
Reference in New Issue