Skip to content

Commit

Permalink
Merge pull request #36 from Gavant/add-vertical-collection-index
Browse files Browse the repository at this point in the history
Adding index to vertical collection
  • Loading branch information
billdami authored May 20, 2021
2 parents 5a2eb05 + 7db6202 commit 747d117
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 747d117

Please sign in to comment.