@fewangsit/wangsvue-fats 1.0.0-alpha.15 → 1.0.0-alpha.16

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.
@@ -18,20 +18,7 @@ export interface AssetInfoProps {
18
18
  }
19
19
 
20
20
  declare class AssetInfo extends ClassComponent<
21
- {
22
- /**
23
- * Asset info title
24
- */
25
- title: string;
26
- /**
27
- * Asset info description
28
- */
29
- description: string;
30
- /**
31
- * Asset info icon
32
- */
33
- icon: string;
34
- },
21
+ AssetInfoProps,
35
22
  unknown,
36
23
  unknown
37
24
  > {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.15",
3
+ "version": "1.0.0-alpha.16",
4
4
  "author": "fewangsit",
5
5
  "description": "Admin Console Tagsamurai VueJS Component Library",
6
6
  "type": "module",