click-ui icon indicating copy to clipboard operation
click-ui copied to clipboard

Make SelectOptionItem value generic typed

Open serdec opened this issue 2 years ago • 0 comments

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

serdec avatar Jan 10 '24 09:01 serdec