PartsRS/material-1.0/ui/components/list_view.slint
2025-11-07 14:04:55 +01: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 {
}