gtht-miniapp-sdk
Version:
gtht-miniapp-sdk 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
15 lines (14 loc) • 401 B
JavaScript
import { defaultConfig } from '../config';
export const spaceSizes = ['small', 'middle', 'large'];
export const spaceMapAlign = {
start: 'flex-start',
end: 'flex-end',
};
export const spaceMapJustify = {
start: 'flex-start',
end: 'flex-end',
between: 'space-between',
around: 'space-around',
evenly: 'space-evenly',
};
export const defaultSpaceProps = defaultConfig.space;