cosmic/widget/scrollable/
mod.rs

1// Copyright 2022 System76 <info@system76.com>
2// SPDX-License-Identifier: MPL-2.0
3
4mod scrollable;
5
6pub use scrollable::{horizontal, scrollable, vertical};