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 e78a62e commit 12573a1Copy full SHA for 12573a1
index.d.ts
@@ -26,7 +26,7 @@ declare module "rc-time-picker" {
26
disabledSeconds?: (hour: number, minute: number) => number[];
27
use12Hours?: boolean;
28
hideDisabledOptions?: boolean;
29
- onChange?: (newValue: Moment) => void;
+ onChange?: (newValue: Moment | null) => void;
30
onAmPmChange?: (ampm: 'PM' | 'AM') => void;
31
addon?: (instance: typeof Panel) => React.ReactNode;
32
placement?: string;
0 commit comments