UNPKG

perfect-scrollbar

Version:

Minimalistic but perfect custom scrollbar plugin

15 lines (12 loc) 331 B
/* Copyright (c) 2015 Hyunje Alex Jun and other contributors * Licensed under the MIT License */ 'use strict'; var destroy = require('./plugin/destroy') , initialize = require('./plugin/initialize') , update = require('./plugin/update'); module.exports = { initialize: initialize, update: update, destroy: destroy };