From 62e1db40cc3e1b8cea92c262ae706682553c010f Mon Sep 17 00:00:00 2001 From: fightknights Date: Tue, 3 Mar 2020 22:33:38 +0100 Subject: [PATCH] Update Types to include showMenuForCollection (#299) Co-authored-by: Jordan Humphreys --- tributejs.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tributejs.d.ts b/tributejs.d.ts index 74d07b5b..4d307967 100644 --- a/tributejs.d.ts +++ b/tributejs.d.ts @@ -93,5 +93,7 @@ export default class Tribute { attach(to: Element): void; - detach(to: Element): void; + detach(to: Element): void + + showMenuForCollection(input: Element, collectionIndex?: number): void }