pull/3943/head^2
Tuğçe Küçükoğlu 2023-08-15 19:00:19 +03:00
parent bc362f6bc8
commit 0d391072b9
1 changed files with 2 additions and 1 deletions

View File

@ -569,8 +569,9 @@ export interface DropdownSlots {
class: any; class: any;
/** /**
* Clear icon click function. * Clear icon click function.
* @param {Event} event - Browser event
*/ */
onClick: (event: Event) => void; onClick(event: Event): void;
}): VNode[]; }): VNode[];
/** /**
* Custom dropdown icon template. * Custom dropdown icon template.