Skip to content

Commit

Permalink
@defaultValue does not display correctly in vitals.
Browse files Browse the repository at this point in the history
Signed-off-by: hiroki.yokouchi <hiroki.yokouchi@dr-ubie.com>
  • Loading branch information
8845musign committed Jul 12, 2024
1 parent 953fff4 commit 026d147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Box/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type BaseProps = {
textNoWrap?: boolean;
/**
* inline-blockとして扱う
* @defaultValue false
* @default false
*/
inline?: boolean;
} & PaddingProps &
Expand Down
2 changes: 1 addition & 1 deletion src/components/Flex/Flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Props = {
width?: 'full';
/**
* inline-flexとして扱う
* @defaultValue false
* @default false
*/
inline?: boolean;
} & MarginProps &
Expand Down

0 comments on commit 026d147

Please sign in to comment.