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 }