UNPKG

@fruits-chain/react-native-xiaoshu

Version:
15 lines (12 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNextZIndex = void 0; let zIndex = 2000; /** * 获取下一个 z-index */ const getNextZIndex = () => ++zIndex; exports.getNextZIndex = getNextZIndex; //# sourceMappingURL=z-index.js.map