Skip to content

Commit

Permalink
Refactor #2235
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 1, 2022
1 parent aba4107 commit dd54b13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/inputnumber/InputNumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ export declare type InputNumberEmits = {
* @param {InputNumberBlurEvent} event - Blur event
*/
'blur': (event: InputNumberBlurEvent) => void;
/**
* Callback to invoke when a key is pressed.
*/
'keydown': (event: Event) => void;
}

declare class InputNumber extends ClassComponent<InputNumberProps, InputNumberSlots, InputNumberEmits> {
Expand Down

0 comments on commit dd54b13

Please sign in to comment.