@better-scroll/core
Version:
Minimalistic core scrolling for BetterScroll, it is pure and tiny
11 lines (8 loc) • 368 B
text/typescript
import { BScroll } from './BScroll'
export { BScrollInstance } from './Instance'
export { Options, CustomOptions } from './Options'
export { TranslaterPoint } from './translater'
export { MountedBScrollHTMLElement } from './BScroll'
export { Behavior, Boundary } from './scroller/Behavior'
export { createBScroll, CustomAPI } from './BScroll'
export default BScroll