File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ sidebar: auto
10
10
11
11
``` ts
12
12
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'
20
18
` ` `
21
19
22
20
## Booleanish
You can’t perform that action at this time.
0 commit comments