mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Swipe): add prev, next method types (#7270)
This commit is contained in:
parent
6079101958
commit
053a68e40d
3
types/swipe.d.ts
vendored
3
types/swipe.d.ts
vendored
@ -5,7 +5,8 @@ export type SwipeToOptions = {
|
||||
};
|
||||
|
||||
export class Swipe extends VanComponent {
|
||||
prev(): void;
|
||||
next(): void;
|
||||
swipeTo(index: number, options?: SwipeToOptions): void;
|
||||
|
||||
resize(): void;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user