We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb6c77 commit 73d49c1Copy full SHA for 73d49c1
libs/components/src/layout/Flex/func.tsx
@@ -67,6 +67,8 @@ type TProps = {
67
*
68
* ```
69
* - `testId`: passed down the data-testid attribute
70
+ * - `shWidth`: shorthand for width property
71
+ * - `shHeight`: shorthand for height property
72
73
* @default
74
* direction = "row", justifyContent = "start", alignItems = "start", wrap = "nowrap", gap = "None", margin = ["None"], padding = ["None"], className = "NoClass"
0 commit comments