mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
types(Tabs): add resize method type
This commit is contained in:
5
types/tabs.d.ts
vendored
Normal file
5
types/tabs.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
export class Tabs extends VanComponent {
|
||||
resize(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user