Files
2026-07-27 14:07:26 +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';