parent
e56fcfd880
commit
3622f4556f
4 changed files with 11 additions and 15 deletions
@ -0,0 +1,7 @@ |
||||
type SelectItem< |
||||
ValueType = string, |
||||
DisplayValueType = ValueType | import('react').ReactNode, |
||||
> = { |
||||
displayValue?: DisplayValueType; |
||||
value: ValueType; |
||||
}; |
Loading…
Reference in new issue