UNPKG
sg-scroll
Version:
latest (2.2.1)
2.2.1
移动端自定义滚动
github.com/luoguibin/sg-scroll
luoguibin/sg-scroll
sg-scroll
/
index.js
9 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
sgScroll
from
'./src/scroll'
import
sgSticky
from
'./src/sticky'
import
sgEdge
from
'./src/edge'
export
{ sgScroll, sgSticky, sgEdge }