Files
iot-device-management-frontend/packages/@core/shared/constants/src/globals.ts

11 lines
233 B
TypeScript
Raw Normal View History

2024-07-16 22:07:28 +08:00
/**
* @zh_CN css变量
* @en_US Layout content height
*/
export const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `--vben-content-height`;
/**
* @zh_CN
*/
export const DEFAULT_NAMESPACE = 'vben';