feat(react/settings): port electron integration

This commit is contained in:
Elian Doran
2025-08-14 21:42:48 +03:00
parent 0db556fac2
commit 81ac390eab
4 changed files with 43 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ interface ButtonProps {
onClick?: () => void;
primary?: boolean;
disabled?: boolean;
size: "normal" | "small" | "micro";
size?: "normal" | "small" | "micro";
style?: CSSProperties;
}