dashboard
repositories
filestore
activity
search
login
Stockzhjys
/
Kucion
黎king
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改: 文档问题
jhzh
2025-04-27
c6c703c80be3ee1f1f2d28f820c4d3b730e17040
[Stockzhjys/Kucion.git]
/
wxcomponents
/
vant
/
mixins
/
page-scroll.d.ts
1
2
3
4
5
/// <reference types="miniprogram-api-typings" />
declare type IPageScrollOption = WechatMiniprogram.Page.IPageScrollOption;
declare type Scroller = (event: IPageScrollOption) => void;
export declare const pageScrollMixin: (scroller: Scroller) => string;
export {};