feat(Search): add blur method

This commit is contained in:
chenjiahan
2020-11-21 19:01:10 +08:00
parent 2833bc03f5
commit d26282e542
4 changed files with 11 additions and 1 deletions
+2
View File
@@ -2,4 +2,6 @@ import { VanComponent } from './component';
export class Search extends VanComponent {
focus(): void;
blur(): void;
}