mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 00:30: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 {
|
interface Props {
|
||||||
label: string;
|
label: string;
|
||||||
modelValue: string | ItemsObject;
|
modelValue: string | ItemsObject;
|
||||||
items: ItemsObject[] | Record<string, unknown>[] | string[];
|
items: ItemsObject[] | string[];
|
||||||
itemText?: keyof ItemsObject;
|
itemText?: keyof ItemsObject;
|
||||||
itemValue?: keyof ItemsObject;
|
itemValue?: keyof ItemsObject;
|
||||||
search?: string;
|
search?: string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue