Update MultiSelect.d.ts

pull/3913/head
Tuğçe Küçükoğlu 2023-04-26 14:02:05 +03:00
parent 48b33f4f81
commit 43e50cedb9
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ export interface MultiSelectSlots {
/** /**
* Remove token icon function. * Remove token icon function.
*/ */
onClick: string; onClick: void;
}): VNode[]; }): VNode[];
/** /**
* Custom header checkbox icon template. * Custom header checkbox icon template.