Skip to content

Commit c7ec43b

Browse files
committed
fix: docs for default value
1 parent dc9c53c commit c7ec43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Shared/Components/Button/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ export type ButtonProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'childre
2222
/**
2323
* Variant of the button
2424
*
25-
* @default 'ButtonVariantType.primary'
25+
* @default ButtonVariantType.primary
2626
*/
2727
variant?: ButtonVariantType
2828
/**
2929
* Size of the button
3030
*
31-
* @default 'ComponentSizeType.large'
31+
* @default ComponentSizeType.large
3232
*/
3333
size?: ComponentSizeType
3434
/**
3535
* Style to be applied on the button
3636
*
37-
* @default 'ButtonStyleType.default'
37+
* @default ButtonStyleType.default
3838
*/
3939
style?: ButtonStyleType
4040
/**

0 commit comments

Comments
 (0)