diff --git a/components/select/index.tsx b/components/select/index.tsx index 61ff73a67a..cf18679e8b 100755 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -55,7 +55,7 @@ export interface SelectProps extends AbstractSelectProps { onDeselect?: (value: SelectValue) => any; onBlur?: (value: SelectValue) => void; onFocus?: () => void; - onPopupScroll?: () => any; + onPopupScroll?: (e: React.KeyboardEvent) => any; onInputKeyDown?: (e: React.KeyboardEvent) => void; onMouseEnter?: (e: React.MouseEvent) => any; onMouseLeave?: (e: React.MouseEvent) => any;