YZProjectCloud/yanzhu-ui-app/miniprogram/components/@mkl/mixins/page-scroll.d.ts

6 lines
266 B
TypeScript
Raw Normal View History

2024-10-13 11:24:45 +08:00
/// <reference types="miniprogram-api-typings" />
declare type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
declare type Scroller = (event: IPageScrollOption) => void;
export declare const pageScrollMixin: (scroller: Scroller) => string;
export {};