remove type

This commit is contained in:
Hayden 2022-10-23 20:39:50 -08:00
parent fb9e3d6735
commit f9410fd28c

View file

@ -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;