manifest.d.ts 186 B

12
  1. export declare function parseUniXFlexDirection(manifestJson: Record<string, any>): any;
  2. export declare function parseUniXSplashScreen(manifestJson: Record<string, any>): false | object;