1// Copyright © SixtyFPS GmbH <info@slint.dev>
2// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
4export MainWindow := Window {
5 property <int> some_prop: 42;
6}
7
8export { MainWindow as Main-Window }
9