diff --git a/src/components/List/List.d.ts b/src/components/List/List.d.ts index d36d544..0cd61b7 100644 --- a/src/components/List/List.d.ts +++ b/src/components/List/List.d.ts @@ -37,7 +37,11 @@ declare const _ListEvents: { }; declare const _ListSlots: { item: { - item: {}; + item: ListItemBase; + dense: boolean; + value: string; + }; + items: { dense: boolean; value: string; };