fix: update any to void

pull/2955/head
Kee Jefferys 2 years ago
parent b8ef827e62
commit 36adbaa71e

@ -8,7 +8,7 @@ interface Props {
initialItem: string;
items: Array<{ value: string; label: string }>;
group: string;
onClick: (selectedValue: string) => any;
onClick: (selectedValue: string) => void;
style?: CSSProperties;
}

Loading…
Cancel
Save