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 2d4eda8 commit aa40492Copy full SHA for aa40492
src/DateTimePicker.tsx
@@ -99,10 +99,7 @@ type DateTimePickerProps = {
99
value?: LooseValue;
100
yearAriaLabel?: string;
101
yearPlaceholder?: string;
102
-} & Omit<
103
- React.ComponentPropsWithoutRef<typeof Calendar>,
104
- 'className' | 'maxDetail' | 'minDetail' | 'onChange'
105
-> &
+} & Omit<React.ComponentPropsWithoutRef<typeof Calendar>, 'className' | 'maxDetail' | 'onChange'> &
106
Omit<React.ComponentPropsWithoutRef<typeof Clock>, 'value'>;
107
108
export default function DateTimePicker(props: DateTimePickerProps) {
0 commit comments