UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

7 lines (4 loc) 127 B
let maxIndex = 1000 let minIndex = 999 export const getZIndex = () => ++maxIndex export const getMinIndex = () => --minIndex