UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

10 lines (9 loc) 210 B
//#region src/base-ui/Modal/zIndexManager.ts let top = 1e3; const acquireModalZIndex = () => { top += 10; return top; }; //#endregion export { acquireModalZIndex }; //# sourceMappingURL=zIndexManager.mjs.map