mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 08:55:53 +08:00
智慧宿舍系统小程序
This commit is contained in:
8
wechat/miniprogram/node_modules/@vant/weapp/dist/mixins/page-scroll.d.ts
generated
vendored
Normal file
8
wechat/miniprogram/node_modules/@vant/weapp/dist/mixins/page-scroll.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
declare type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
|
||||
declare type Scroller = (
|
||||
this: WechatMiniprogram.Component.TrivialInstance,
|
||||
event?: IPageScrollOption
|
||||
) => void;
|
||||
export declare const pageScrollMixin: (scroller: Scroller) => string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user