tsteam-business-card-card-mini/vant/dist/mixins/page-scroll.d.ts
2024-02-22 11:04:15 +08:00

9 lines
324 B
TypeScript
Executable File

/// <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 {};