Files
2026-07-27 14:07:26 +08:00

5 lines
339 B
TypeScript

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