UNPKG

@better-scroll/core

Version:

Minimalistic core scrolling for BetterScroll, it is pure and tiny

9 lines (8 loc) 382 B
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;