UNPKG
vue3-seamless-scroll
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.2.0
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Vue3.0 无缝滚动组件
github.com/xfy520/vue3-seamless-scroll
xfy520/vue3-seamless-scroll
vue3-seamless-scroll
/
lib
/
index.d.ts
13 lines
(10 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Plugin
,
App
}
from
"vue"
;
declare
module
scroll {
function
jsSeamlessScroll
(
app
:
App
,
options
: { name:
string
}
):
Plugin
function
cssSeamlessScroll
(
app
:
App
,
options
: { name:
string
}
):
Plugin
}
export
= scroll;