Skip to content

Commit

Permalink
Adding index to vertical collection
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed May 20, 2021
1 parent 5a2eb05 commit 7db6202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/@html-next/vertical-collection.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface VerticalCollectionSignature<T> {
Element: HTMLElement;
Args: VerticalCollectionArgs<T>;
Yields: {
default: [T];
default: [T, number];
else: [];
};
}
Expand Down

0 comments on commit 7db6202

Please sign in to comment.