diff --git a/jquery.contextMenu/jquery.contextMenu.d.ts b/jquery.contextMenu/jquery.contextMenu.d.ts index 1a8d0664a..95e890c20 100644 --- a/jquery.contextMenu/jquery.contextMenu.d.ts +++ b/jquery.contextMenu/jquery.contextMenu.d.ts @@ -24,7 +24,7 @@ interface JQueryContextMenuOptions { show?: () => void; hide?: () => void; }; - callback?: (...args: any[]) => any; + callback?: (key: any, options: any) => any; items: any; }