types(IndexBar): add scrollTo method (#7845)
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
export class IndexBar extends VanComponent {
|
||||
scrollTo(index: number | string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user