uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/preprocess/context.d.ts

5 lines
339 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
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;