UNPKG

382 BTypeScriptView Raw
1import { BScroll } from './BScroll';
2export { BScrollInstance } from './Instance';
3export { Options, CustomOptions } from './Options';
4export { TranslaterPoint } from './translater';
5export { MountedBScrollHTMLElement } from './BScroll';
6export { Behavior, Boundary } from './scroller/Behavior';
7export { createBScroll, CustomAPI } from './BScroll';
8export default BScroll;