UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

19 lines (18 loc) 470 B
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 = () => ({ direction: 'horizontal', size: 'middle', ...defaultConfig.space, });