Add helpers to setup Selenite in C++ projects

This commit is contained in:
Vyn 2024-10-27 22:03:20 +01:00
parent e27b4c150b
commit f3025d08cd
20 changed files with 24870 additions and 11 deletions

View file

@ -1,5 +0,0 @@
import { Palette } from "Palette.slint";
export component VText inherits Text {
color: Palette.foreground;
}