Files
wanderer/assets/js/hooks/Mapper/constants.ts
Dmitry Popov 4136aaad76 Initial commit
2024-09-18 01:55:30 +04:00

8 lines
201 B
TypeScript

export enum SESSION_KEY {
viewPort = 'viewPort',
windows = 'windows',
routes = 'routes',
}
export const GRADIENT_MENU_ACTIVE_CLASSES = 'bg-gradient-to-br from-transparent/10 to-fuchsia-300/10';