y-admin-ui 0.5.5 → 0.5.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-admin-ui",
3
- "version": "0.5.5",
3
+ "version": "0.5.7",
4
4
  "description": "y-admin-ui 基于Element-plus二次封装基础组件文档",
5
5
  "author": "yaochengjian",
6
6
  "license": "MIT",
@@ -161,3 +161,6 @@ declare const __APP_INFO__: {
161
161
  declare interface TypeMap {
162
162
  [key: string]: { type: string; val: string };
163
163
  }
164
+
165
+ // 申明外部 npm 插件模块
166
+ declare module 'y-admin-ui/utils/printer'