fix: type any to MultiSelectPassThroughMethodOptions

This commit is contained in:
Jin Yi
2025-08-31 09:39:24 +09:00
parent e83335dd9f
commit feaabd7c2a

View File

@@ -165,7 +165,7 @@ const pt = computed(() => ({
class: 'flex flex-col gap-1 p-0 list-none border-none text-xs'
},
// Option row hover and focus tone
option: ({ context }: any) => ({
option: ({ context }: MultiSelectPassThroughMethodOptions) => ({
class: [
'flex gap-1 items-center p-2',
'hover:bg-neutral-100/50 dark-theme:hover:bg-zinc-700/50',