mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { VanComponent } from './component';
|
|
|
|
export class IndexBar extends VanComponent {
|
|
scrollTo(index: number | string): void;
|
|
}
|