7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
|
module.exports = {
|
||
|
scrollpanel: {
|
||
|
name: "ScrollPanel",
|
||
|
description: "ScrollPanel is a cross browser, lightweight and themable alternative to native browser scrollbar."
|
||
|
}
|
||
|
};
|