9 lines
279 B
TypeScript
9 lines
279 B
TypeScript
declare const APP_ENV: string;
|
|
declare const APP_LIST: any[];
|
|
declare const COMMON_URL: string;
|
|
declare const MATERIAL_URL: string;
|
|
declare const VIDEO_HOST: string;
|
|
declare const ALGORITHM_HOST: string;
|
|
declare const MATERIAL_HOST: string;
|
|
declare const ROOT_FONT_SIZE: number;
|