UNPKG

zent

Version:

一套前端设计语言和基于React的实现

7 lines (6 loc) 164 B
export default function getWidth(width) { if (typeof width === 'string' || typeof width === 'number') { return { width: width }; } return {}; }