diff --git a/types/zepto/index.d.ts b/types/zepto/index.d.ts index fd215e2ea1..477c2a3b2a 100644 --- a/types/zepto/index.d.ts +++ b/types/zepto/index.d.ts @@ -1662,7 +1662,7 @@ interface ZeptoEventHandlers { [key: string]: ZeptoEventHandler; } interface ZeptoEventHandler { - (e: Event, ...args: any[]): void | false | any; + (e: Event, ...args: any[]): any; } declare var Zepto: (fn: ($: ZeptoStatic) => void) => void; declare var $: ZeptoStatic;