Files
bsmall/node_modules/mini-ali-ui/es/flex/index.js
2020-09-24 11:08:03 +08:00

10 lines
162 B
JavaScript
Executable File

Component({
props: {
className: '',
direction: 'row',
wrap: 'nowrap',
justify: 'start',
align: 'center',
alignContent: 'stretch'
}
});