Skip to content

Commit

Permalink
feat: Update dp-input slot type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed May 25, 2024
1 parent 0c661ee commit 7d04430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ interface Slots {
onTab: (ev: KeyboardEvent) => void;
onClear: (ev?: Event | undefined) => void;
onBlur: () => void;
onFocus: () => void;
onKeypress: (ev: KeyboardEvent) => void;
onPaste: () => void;
openMenu: () => void;
Expand Down

0 comments on commit 7d04430

Please sign in to comment.