UNPKG

zent

Version:

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

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