mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
6 lines
261 B
TypeScript
6 lines
261 B
TypeScript
/// <reference types="wechat-miniprogram" />
|
|
declare type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
|
|
declare type Scroller = (event: IPageScrollOption) => void;
|
|
export declare const pageScrollMixin: (scroller: Scroller) => string;
|
|
export {};
|