We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e29e88 commit 7ba2b3dCopy full SHA for 7ba2b3d
src/PickerInput/Popup/index.tsx
@@ -43,8 +43,6 @@ export interface PopupProps<DateType extends object = any, PresetValue = DateTyp
43
needConfirm: boolean;
44
isInvalid: (date: DateType | DateType[]) => boolean;
45
onOk: VoidFunction;
46
-
47
- maxDate?: DateType;
48
onPanelMouseDown?: React.MouseEventHandler<HTMLDivElement>;
49
maxDate?: DateType;
50
}
0 commit comments