click-ui
click-ui copied to clipboard
Make SelectOptionItem value generic typed
Description
SelectOptionItem is a {label: ReactElement, value: string} object. It could be useful to have the type of the value prop be restricted to some more specific type so that we can leverage typescript for types check