mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: type in PickerPropsWithMultiple type: rename 'dates' to 'dateString' in onChange parameter. (#47343)
Co-authored-by: 김재훈 <kimjaehoon@olenjikollaui-MacBookPro.local>
This commit is contained in:
parent
7104513a84
commit
a8d951f04a
@ -86,6 +86,6 @@ export type PickerPropsWithMultiple<
|
||||
React.RefAttributes<PickerRef> & {
|
||||
defaultValue?: ValueType | null;
|
||||
value?: ValueType | null;
|
||||
onChange?: (date: ValueType, dates: string | string[]) => void;
|
||||
onChange?: (date: ValueType, dateString: string | string[]) => void;
|
||||
onOk?: (date: ValueType) => void;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user