4 lines
299 B
TypeScript
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';
|