UNPKG

zent

Version:

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

8 lines (7 loc) 255 B
export var TransitionTimeOut = 300; export var StyleMap = { left: { height: '100%', left: 0, top: 0 }, right: { height: '100%', right: 0, top: 0 }, top: { width: '100%', top: 0, left: 0 }, bottom: { width: '100%', bottom: 0, left: 0 }, };