Skip to content

Commit

Permalink
In the case of boolean, do not write the default value (because it is…
Browse files Browse the repository at this point in the history
… false by default).
  • Loading branch information
8845musign committed Nov 14, 2024
1 parent 46795f8 commit ec933f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Text/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ type BaseProps = {
*/
children: ReactNode;
/**
* 太字とするかどうか
* @default false
* 太字とする
*/
bold?: boolean;
/**
Expand Down

0 comments on commit ec933f2

Please sign in to comment.