@reinosoft-ui/core 0.1.72 → 0.1.74

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.
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_1) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const chart: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const chat: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const earth: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const file: IconDefinition;
@@ -4,6 +4,7 @@ export declare const icons: {
4
4
  sun: import("../types").IconDefinition;
5
5
  box: import("../types").IconDefinition;
6
6
  art: import("../types").IconDefinition;
7
+ chat: import("../types").IconDefinition;
7
8
  plus: import("../types").IconDefinition;
8
9
  bars: import("../types").IconDefinition;
9
10
  bell: import("../types").IconDefinition;
@@ -20,6 +21,10 @@ export declare const icons: {
20
21
  head: import("../types").IconDefinition;
21
22
  bold: import("../types").IconDefinition;
22
23
  card: import("../types").IconDefinition;
24
+ file: import("../types").IconDefinition;
25
+ earth: import("../types").IconDefinition;
26
+ money: import("../types").IconDefinition;
27
+ chart: import("../types").IconDefinition;
23
28
  heart: import("../types").IconDefinition;
24
29
  oList: import("../types").IconDefinition;
25
30
  uList: import("../types").IconDefinition;
@@ -30,6 +35,8 @@ export declare const icons: {
30
35
  phone: import("../types").IconDefinition;
31
36
  trash: import("../types").IconDefinition;
32
37
  share: import("../types").IconDefinition;
38
+ users: import("../types").IconDefinition;
39
+ report: import("../types").IconDefinition;
33
40
  spotfy: import("../types").IconDefinition;
34
41
  church: import("../types").IconDefinition;
35
42
  health: import("../types").IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const money: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const report: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const users: IconDefinition;