UNPKG

zent

Version:

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

9 lines (7 loc) 252 B
export const TransitionTimeOut = 300; export const 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 }, };