mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-08 20:58:40 +00:00

Add material, material-light and material-dark widgets and make it available by the `env` `SLINT_STYLE`.
5 lines
259 B
Text
5 lines
259 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
import { StyleMetrics, ScrollView, Button } from "../material-base/std-widgets-impl.slint";
|
|
export { StyleMetrics, ScrollView, Button }
|