uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/env.d.ts
2023-12-05 10:11:10 +08:00

4 lines
299 B
TypeScript

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