Skip to content

Commit 5b54a33

Browse files
authored
docs: modify the format of Type (#55)
1 parent 47b88e5 commit 5b54a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ render(
6666
| bottom | ReactNode | | extra bottom area beneath footer columns |
6767
| theme | 'light' \| 'dark' | 'dark' | preset theme of footer |
6868
| backgroundColor | string | '#000' | background color of footer |
69-
| columnLayout | 'space-around' or 'space-between' | 'space-around' | justify-content value of columns element |
69+
| columnLayout | 'space-around' \| 'space-between' | 'space-around' | justify-content value of columns element |
7070
| maxColumnsPerRow | number | - | max count of columns for each row |
7171

7272
### Column

0 commit comments

Comments
 (0)