Vanessa 4 years ago
parent
commit
f52f4d349e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/index.d.ts

+ 1 - 1
types/index.d.ts

@@ -649,7 +649,7 @@ interface IOptions {
     after?(): void;
 
     /** 输入后触发 */
-    input?(value: string, previewElement?: HTMLElement): void;
+    input?(value: string): void;
 
     /** 聚焦后触发  */
     focus?(value: string): void;