Skip to content

Commit

Permalink
Closes zurb#891: Typescript 4.8.2 (Required by Angular 15) TributeOpt…
Browse files Browse the repository at this point in the history
…ions Type issue

Closes zurb#882: latest Typescript complile error
  • Loading branch information
Corey Dales committed Jul 20, 2023
1 parent 252ec34 commit 126b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tributejs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export type TributeCollection<T extends {}> = {
spaceSelectsMatch?: boolean;
};

export type TributeOptions<T> =
export type TributeOptions<T extends {}> =
| TributeCollection<T>
| {
// pass an array of config objects
Expand Down

0 comments on commit 126b8fc

Please sign in to comment.