| 123 |
- 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';
|