Skip to content

Commit

Permalink
docs(TabGroup): update docblock formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed May 22, 2024
1 parent 0d5a414 commit 2f27acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TabGroup/TabGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export interface TabGroupProps {
/**
* Whether the divider line (separating tabs from content) is visible.
*
* **Default is `"true"`.
* **Default is `"true"`**.
*/
hasDivider?: boolean;
/**
Expand All @@ -68,7 +68,7 @@ export interface TabGroupProps {
/**
* Control how the indidivual tabs take up the available space.
*
* **Default is `"auto"`.
* **Default is `"auto"`**.
*/
tabWidth?: 'auto' | 'full';
}
Expand Down

0 comments on commit 2f27acc

Please sign in to comment.