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

5 lines
270 B
TypeScript

export declare function registerPlatform(platform: string): void;
export declare function getPlatforms(): string[];
export declare function getPlatformDir(): "quickapp-webview-huawei" | "quickapp-webview-union";
export declare function isMiniProgramPlatform(): boolean;