mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
7 lines
368 B
TypeScript
7 lines
368 B
TypeScript
/// <reference types="miniprogram-api-typings" />
|
|
/// <reference types="miniprogram-api-typings" />
|
|
declare type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
|
|
declare type Scroller = (this: WechatMiniprogram.Component.TrivialInstance, event?: IPageScrollOption) => void;
|
|
export declare const pageScrollMixin: (scroller: Scroller) => string;
|
|
export {};
|