mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
8 lines
182 B
Text
8 lines
182 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
import { ScrollView } from "./scroll_view.slint";
|
|
|
|
export component ListView inherits ScrollView {
|
|
|
|
}
|