tsteam-business-card-card-mini/vant/dist/mixins/page-scroll.d.ts

9 lines
324 B
TypeScript
Raw Permalink Normal View History

2024-02-22 11:04:15 +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 {};