Skip to content

Commit

Permalink
Fix List slot typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrRubin committed Sep 7, 2021
1 parent fccbe6a commit d0434c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/List/List.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ declare const _ListEvents: {
};
declare const _ListSlots: {
item: {
item: {};
item: ListItemBase;
dense: boolean;
value: string;
};
items: {
dense: boolean;
value: string;
};
Expand Down

0 comments on commit d0434c7

Please sign in to comment.