Skip to content

Commit

Permalink
Merge pull request matyunya#264 from ChrRubin/list-props
Browse files Browse the repository at this point in the history
Fix List slot typings
  • Loading branch information
matyunya authored Sep 29, 2021
2 parents fccbe6a + d0434c7 commit 2b376d9
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 2b376d9

Please sign in to comment.