mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 16:20:27 +00:00
remove type
This commit is contained in:
parent
fb9e3d6735
commit
f9410fd28c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
interface Props {
|
||||
label: string;
|
||||
modelValue: string | ItemsObject;
|
||||
items: ItemsObject[] | Record<string, unknown>[] | string[];
|
||||
items: ItemsObject[] | string[];
|
||||
itemText?: keyof ItemsObject;
|
||||
itemValue?: keyof ItemsObject;
|
||||
search?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue