Skip to content

Commit

Permalink
Update Types to include showMenuForCollection (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Humphreys <[email protected]>
  • Loading branch information
fightknights and mrsweaters authored Mar 3, 2020
1 parent 9be6a0c commit 62e1db4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tributejs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ export default class Tribute<T extends {}> {

attach(to: Element): void;

detach(to: Element): void;
detach(to: Element): void

showMenuForCollection(input: Element, collectionIndex?: number): void
}

0 comments on commit 62e1db4

Please sign in to comment.