UNPKG

vant

Version:

Mobile UI Components built on Vue

6 lines (4 loc) 134 B
import { VanComponent } from './component'; export class IndexBar extends VanComponent { scrollTo(index: number | string): void; }