1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-25 02:41:46 +08:00
2019-12-22 17:36:47 +08:00

7 lines
122 B
TypeScript

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