mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
6 lines
197 B
JavaScript
6 lines
197 B
JavaScript
module.exports = {
|
|
scrollpanel: {
|
|
name: "ScrollPanel",
|
|
description: "ScrollPanel is a cross browser, lightweight and themable alternative to native browser scrollbar."
|
|
}
|
|
};
|