UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

9 lines (6 loc) 212 B
import { componentSizeMap } from '../../constants/size.mjs'; const getComponentSize = (size) => { return componentSizeMap[size || "default"]; }; export { getComponentSize }; //# sourceMappingURL=size.mjs.map