water_sh/node_modules/@vant/weapp/lib/mixins/page-scroll.d.ts

7 lines
351 B
TypeScript
Raw Permalink Normal View History

2025-04-15 15:48:57 +08:00
/// <reference types="miniprogram-api-typings" />
/// <reference types="miniprogram-api-typings" />
type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
type Scroller = (this: WechatMiniprogram.Component.TrivialInstance, event?: IPageScrollOption) => void;
export declare function pageScrollMixin(scroller: Scroller): string;
export {};