- 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;
|