@lcap/asl
Version:
NetEase Application Specific Language
25 lines (24 loc) • 595 B
TypeScript
import { App } from '.';
import ComponentAPI from './common/ComponentAPI';
declare const _default: {
mock: string;
baseURL: string;
staticURL: string;
cookie: string;
debug: boolean;
debugRequest: boolean;
webFileCache: boolean;
initialLoadCache: boolean;
reloadAlways: boolean;
advancedFeatures: boolean;
throttleWait: number;
scope: "pc" | "h5";
/**
* 默认使用的 app,一般来说全局库只会用一个 app
*/
defaultApp: App;
allNodesAPI: {
[name: string]: ComponentAPI;
};
};
export default _default;