10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
Component({
|
|
props: {
|
|
className: '',
|
|
direction: 'row',
|
|
wrap: 'nowrap',
|
|
justify: 'start',
|
|
align: 'center',
|
|
alignContent: 'stretch'
|
|
}
|
|
}); |