微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
318 B

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