slint/component-sets/material/ui/components/list_view.slint
2025-06-03 06:59:57 +02:00

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 {
}