更新
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export declare function parseScripts(name: string, pkgPath: string): {
|
||||
name: string;
|
||||
platform: keyof UniApp.PagesJsonPagePlatformStyle;
|
||||
define: {
|
||||
[name: string]: string;
|
||||
};
|
||||
context: {
|
||||
[name: string]: boolean;
|
||||
};
|
||||
} | undefined;
|
||||
Reference in New Issue
Block a user