Update MultiSelect.d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-26 14:02:05 +03:00
parent 48b33f4f81
commit 43e50cedb9

View file

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