From 742d2543b88ad4cbb2fc9a859f093a57f32c1967 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 17 Oct 2019 12:57:24 -0300 Subject: Make ScrollBar an independent and published class It's no longer strictly connected to a ListScrollForm, and is published, so it's much easier to use as an element from the tui-lib API in any project now. --- index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'index.js') diff --git a/index.js b/index.js index de4c680..b848814 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,7 @@ module.exports = { FocusElement: require('./ui/form/FocusElement'), Form: require('./ui/form/Form'), ListScrollForm: require('./ui/form/ListScrollForm'), + ScrollBar: require('./ui/form/ScrollBar'), TextInput: require('./ui/form/TextInput') } }, -- cgit 1.3.0-6-gf8a5