mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import { VanComponent } from './component';
|
|
|
|
export class Search extends VanComponent {
|
|
focus(): void;
|
|
|
|
blur(): void;
|
|
}
|