Files
2026-08-11 17:41:36 +08:00

4 lines
285 B
TypeScript

export declare function parseUniXFlexDirection(manifestJson: Record<string, any>): any;
export declare function parseUniXSplashScreen(manifestJson: Record<string, any>): false | object;
export declare function parseUniXUniStatistics(manifestJson: Record<string, any>): false | object;