8 lines
308 B
JavaScript
8 lines
308 B
JavaScript
|
|
import 'jquery-mousewheel';
|
||
|
|
import "malihu-custom-scrollbar-plugin";
|
||
|
|
// Write your package code here!
|
||
|
|
|
||
|
|
// Variables exported by this module can be imported by other packages and
|
||
|
|
// applications. See jquery-custom-scrollbar-tests.js for an example of importing.
|
||
|
|
export const name = 'jquery-custom-scrollbar';
|