UNPKG
@jname/vue-mobile-components
Version:
latest (1.3.13)
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
基于 Vue 3 + Vant 4 的移动端组件库
github.com/jname/vue-mobile-components
jname/vue-mobile-components
@jname/vue-mobile-components
/
lib
/
pullToRefreshList
/
types.d.ts
8 lines
(7 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
Props
{
extraParams
?:
Record
<
string
,
unknown
>;
apiFn
:
(
params
:
any
) =>
Promise
<
any
>;
immediate
?:
boolean
;
disablePullRefresh
?:
boolean
; [
key
:
string
]:
any
; }