H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/env.d.ts

4 lines
300 B
TypeScript

export declare function getAppRenderer(manifestJson: Record<string, any>): "" | "native";
export declare function getAppCodeSplitting(manifestJson: Record<string, any>): boolean;
export declare function getAppStyleIsolation(manifestJson: Record<string, any>): 'apply-shared' | 'isolated' | 'shared';