UNPKG

zent

Version:

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

12 lines (11 loc) 250 B
import { prefix } from './prefix'; export var INVISIBLE_POSITION = { style: { position: 'fixed', left: -100000, top: -100000, zIndex: -10, opacity: 0, }, className: prefix('position-invisible'), };