zindex.js 86 B

12345
  1. let zindex = 10000
  2. export const getZIndex = () => ++zindex
  3. export default getZIndex