water_xcx/packageD/components/@vant/mixins/page-scroll.d.ts

6 lines
318 B
TypeScript
Raw Normal View History

2025-04-15 15:44:51 +08:00
/// <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 {};