This commit is contained in:
me
2026-01-30 20:32:37 +08:00
parent 222449cb1b
commit a4e6557d1b
24 changed files with 2189 additions and 6235 deletions

View File

@@ -1,4 +1,5 @@
import { Theme, SpacingSystem, Animations } from "../theme/theme.slint";
import { Theme, SpacingSystem } from "../theme/theme.slint";
import { Animations } from "../utils/animations.slint";
export component Switch {
in property <bool> checked: false;