mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-22 19:34:10 +00:00
5 lines
296 B
Text
5 lines
296 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
|
|
|
|
import { StyleMetrics, ScrollView, Button } from "../material-base/std-widgets-impl.slint";
|
|
export { StyleMetrics, ScrollView, Button }
|