website refactor

This commit is contained in:
2026-01-20 15:12:28 +01:00
parent a972bb4195
commit 94aaaff704
25 changed files with 793 additions and 574 deletions

View File

@@ -41,6 +41,12 @@ export interface ButtonProps {
borderWidth?: string | any;
aspectRatio?: string | any;
border?: boolean | any;
ring?: string | any;
overflow?: string | any;
display?: string | any;
transform?: string | any;
hoverScale?: boolean | any;
minHeight?: string | any;
}
/**