From 0d391072b951e20420b8fd5746676aafb55c0f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 15 Aug 2023 19:00:19 +0300 Subject: [PATCH] Refactor #4263 --- components/lib/dropdown/Dropdown.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index 85e83cd20..70d58a122 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -569,8 +569,9 @@ export interface DropdownSlots { class: any; /** * Clear icon click function. + * @param {Event} event - Browser event */ - onClick: (event: Event) => void; + onClick(event: Event): void; }): VNode[]; /** * Custom dropdown icon template.