Skip to content

Commit

Permalink
doc: Fix default and options for value prop
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 25, 2024
1 parent 726e5a9 commit 568a76e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const MyTextAlignmentControlComponent = () => (
### `value`

- **Type:** `String`
- **Default:** `left`
- **Options:** `left`, `center`, `right`
- **Default:** `undefined`
- **Options:** `left`, `center`, `right`, `justify`

The current value of the text alignment setting. You may only choose from the `Options` listed above.

Expand Down

0 comments on commit 568a76e

Please sign in to comment.