1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
vant/types/index-bar.d.ts
2021-01-02 16:31:24 +08:00

6 lines
134 B
TypeScript

import { VanComponent } from './component';
export class IndexBar extends VanComponent {
scrollTo(index: number | string): void;
}