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 66652c6 + e5a6a8d commit 88fa1baCopy full SHA for 88fa1ba
index.d.ts
@@ -35,6 +35,7 @@ declare module "rc-time-picker" {
35
autoComplete?: string;
36
onFocus: (event: React.FocusEvent<HTMLInputElement>) => void;
37
onBlur: (event: React.FocusEvent<HTMLInputElement>) => void;
38
+ onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
39
autoFocus?: boolean;
40
onOpen?: (newState: { open: true }) => void;
41
onClose?: (newState: { open: false }) => void;
0 commit comments