6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export const zIndex = {
|
|
topBar: 1100,
|
|
overlay: 1105,
|
|
aboveOverlay: 1106,
|
|
};
|