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 8ea1389 commit 74137d8Copy full SHA for 74137d8
1 file changed
src/PickerInput/Popup/PresetPanel.tsx
@@ -7,7 +7,7 @@ export interface PresetPanelProps<ValueType = any> {
7
presets: ValueDate<ValueType>[];
8
onClick: (value: ValueType) => void;
9
onHover: (value: ValueType) => void;
10
- maxDate?: dateTy;
+ maxDate?: DateType;
11
}
12
13
function executeValue<ValueType extends object>(value: ValueDate<ValueType>['value']): ValueType {
0 commit comments