env.d.ts 299 B

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