Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jul 5, 2021
1 parent 512dbfe commit f52f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -649,7 +649,7 @@ interface IOptions {
after?(): void;

/** 输入后触发 */
input?(value: string, previewElement?: HTMLElement): void;
input?(value: string): void;

/** 聚焦后触发 */
focus?(value: string): void;
Expand Down

0 comments on commit f52f4d3

Please sign in to comment.