ClickHouse / click-ui

The home of the ClickHouse design system and component library.

Home Page:https://click-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make SelectOptionItem value generic typed

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