|
export declare function registerPlatform(platform: string): void;
|
|
export declare function getPlatforms(): string[];
|
|
export declare function getPlatformDir(): keyof UniApp.PagesJsonPagePlatformStyle;
|
|
export declare function isMiniProgramPlatform(): boolean;
|