We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680aafd commit 823299aCopy full SHA for 823299a
web/common/src/components/Button/Button.tsx
@@ -19,6 +19,7 @@ export interface ButtonProps
19
extends React.ButtonHTMLAttributes<HTMLButtonElement> {
20
variant?: ButtonVariant
21
size?: Size
22
+ shape?: Shape
23
asChild?: boolean
24
}
25
0 commit comments