微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

page-scroll.d.ts 318 B

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