mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
7 lines
351 B
TypeScript
7 lines
351 B
TypeScript
/// <reference types="miniprogram-api-typings" />
|
|
/// <reference types="miniprogram-api-typings" />
|
|
type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
|
|
type Scroller = (this: WechatMiniprogram.Component.TrivialInstance, event?: IPageScrollOption) => void;
|
|
export declare function pageScrollMixin(scroller: Scroller): string;
|
|
export {};
|