context.d.ts 339 B

1234
  1. export declare function getPreVueContext(): any;
  2. export declare function getPreNVueContext(): any;
  3. export declare function getPreUVueContext(): any;
  4. export declare function initPreContext(platform: UniApp.PLATFORM, userPreContext?: Record<string, boolean> | string, utsPlatform?: typeof process.env.UNI_UTS_PLATFORM, isX?: boolean): void;