1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-23 09:52:57 +08:00
vant/types/search.d.ts
2020-11-21 19:01:10 +08:00

8 lines
124 B
TypeScript

import { VanComponent } from './component';
export class Search extends VanComponent {
focus(): void;
blur(): void;
}