@fangzhongya/vue-archive 0.0.4-12 → 0.0.4-13

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.
@@ -107,6 +107,7 @@ interface ComponentsObj extends Component, TextObj {
107
107
  interface NodeConfig extends Config {
108
108
  [key: string]: any;
109
109
  }
110
+
110
111
  declare function nodeInit(c: NodeConfig, callback: (mls: ComponentsObj[]) => void): Promise<void>;
111
112
 
112
- export { nodeInit };
113
+ export { ComponentsObj, TextObj, nodeInit };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/vue-archive",
3
3
  "private": false,
4
- "version": "0.0.4-12",
4
+ "version": "0.0.4-13",
5
5
  "type": "module",
6
6
  "description ": "vue 组件注释生成文档",
7
7
  "author": "fangzhongya ",