更新
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare function registerPlatform(platform: string): void;
|
||||
export declare function getPlatforms(): string[];
|
||||
export declare function getPlatformDir(): keyof UniApp.PagesJsonPagePlatformStyle | "app-ios" | "app-android";
|
||||
export declare function isMiniProgramPlatform(): boolean;
|
||||
Reference in New Issue
Block a user