Skip to content

Commit 7d04430

Browse files
committed
feat: Update dp-input slot type
1 parent 0c661ee commit 7d04430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ interface Slots {
454454
onTab: (ev: KeyboardEvent) => void;
455455
onClear: (ev?: Event | undefined) => void;
456456
onBlur: () => void;
457+
onFocus: () => void;
457458
onKeypress: (ev: KeyboardEvent) => void;
458459
onPaste: () => void;
459460
openMenu: () => void;

0 commit comments

Comments
 (0)