ClickHouse/click-ui

Make SelectOptionItem value generic typed

serdec opened this issue · 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