add color style and polish input field

This commit is contained in:
2025-10-12 13:02:56 +08:00
parent e4731a2cef
commit 069196dfbb
7 changed files with 340 additions and 173 deletions

View File

@@ -50,6 +50,7 @@ export { Application, render } from "./application";
export {
UIObject,
type LayoutProps,
type StyleProps,
type ComputedLayout,
type BaseProps,
} from "./UIObject";