SelectWithImg
import { SelectWithImg } from '@lobehub/ui';
import { SelectWithImg } from '@lobehub/ui';
Name | Description | Type | Default |
---|---|---|---|
className | -- | string | -- |
classNames | -- | {img?:string} | -- |
defaultValue | -- | any | -- |
height | -- | number | -- |
onChange | -- | (value:this["value"])=>void | -- |
options | -- | SelectWithImgOptionItem[] | -- |
style | -- | {} | -- |
styles | -- | {img?:object} | -- |
unoptimized | -- | boolean | -- |
value | -- | any | -- |
width | -- | number | -- |