You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
351 B

8 months ago
  1. /// <reference types="miniprogram-api-typings" />
  2. /// <reference types="miniprogram-api-typings" />
  3. type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
  4. type Scroller = (this: WechatMiniprogram.Component.TrivialInstance, event?: IPageScrollOption) => void;
  5. export declare function pageScrollMixin(scroller: Scroller): string;
  6. export {};