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.
2 parents 7fc89fe + 65e65df commit 8e29e88Copy full SHA for 8e29e88
src/PickerInput/Popup/index.tsx
@@ -44,6 +44,7 @@ export interface PopupProps<DateType extends object = any, PresetValue = DateTyp
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