Skip to content

Commit 54b0429

Browse files
committed
Update documentation
1 parent f172944 commit 54b0429

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

apps/docs/docs/reference/types.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ sidebar: auto
1010

1111
```ts
1212
type CommonAlignment = 'start' | 'end' | 'center' | 'fill'
13-
namespace Alignment {
14-
type Vertical = CommonAlignment | 'baseline' | 'stretch'
15-
type Horizontal = CommonAlignment | 'between' | 'around'
16-
type Content = CommonAlignment | 'between' | 'around' | 'stretch'
17-
type JustifyContent = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly'
18-
type TextHorizontal = 'start' | 'end' | 'center'
19-
}
13+
type Vertical = CommonAlignment | 'baseline' | 'stretch'
14+
type Horizontal = CommonAlignment | 'between' | 'around'
15+
type Content = CommonAlignment | 'between' | 'around' | 'stretch'
16+
type JustifyContent = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly'
17+
type TextHorizontal = 'start' | 'end' | 'center'
2018
```
2119
2220
## Booleanish

0 commit comments

Comments
 (0)