@fangzhongya/vue-archive 0.0.47 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ export declare function getKeyMds(key: string): MdObj[] | undefined;
21
21
  * @param {*} arr
22
22
  * @returns
23
23
  */
24
- export declare function getTestImportUrl(key: string, text: string, type: string, dir: string, url: string, comprops?: string, curprops?: string): Promise<Array<PropObj>>;
24
+ export declare function getTestImportUrl(cobj: PropObj | ComponentsObj, text: string, type?: string): Promise<Array<PropObj>>;
25
25
  export declare function getLocalTextArr(arr: Array<PropObj>): Promise<TextObj[]>;
26
26
  export declare const defaultName = "default";
27
27
  export declare function getCompoNameKey(key: string): ComponentsObj;