Skip to content

Commit 7ba2b3d

Browse files
committed
fix: preset 和maxDate
1 parent 8e29e88 commit 7ba2b3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PickerInput/Popup/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ export interface PopupProps<DateType extends object = any, PresetValue = DateTyp
4343
needConfirm: boolean;
4444
isInvalid: (date: DateType | DateType[]) => boolean;
4545
onOk: VoidFunction;
46-
47-
maxDate?: DateType;
4846
onPanelMouseDown?: React.MouseEventHandler<HTMLDivElement>;
4947
maxDate?: DateType;
5048
}

0 commit comments

Comments
 (0)