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 e78a62e + 12573a1 commit a3650eeCopy full SHA for a3650ee
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