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;
}