sprof 0.0.22 → 0.0.24

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.
Files changed (43) hide show
  1. package/dist/components/Icons/IconArrowLeft.stories.d.ts +100 -0
  2. package/dist/components/Icons/IconCheckDefault.stories.d.ts +100 -0
  3. package/dist/components/Icons/IconClose.stories.d.ts +100 -0
  4. package/dist/components/Icons/IconEdit.stories.d.ts +100 -0
  5. package/dist/components/Icons/IconEmail.stories.d.ts +100 -0
  6. package/dist/components/Icons/IconMove.stories.d.ts +100 -0
  7. package/dist/components/Icons/IconPhone.stories.d.ts +100 -0
  8. package/dist/components/Icons/IconSearch.stories.d.ts +100 -0
  9. package/dist/components/Icons/IconSelectArrow.stories.d.ts +100 -0
  10. package/dist/components/atoms/PList/PList.stories.d.ts +188 -0
  11. package/dist/components/atoms/PRadio/PRadio.stories.d.ts +240 -0
  12. package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +418 -0
  13. package/dist/components/atoms/PSticky/PSticky.stories.d.ts +238 -0
  14. package/dist/components/atoms/PString/PString.stories.d.ts +354 -0
  15. package/dist/components/atoms/PTable/PTable.storeis.d.ts +190 -0
  16. package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +358 -0
  17. package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +244 -0
  18. package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +58 -0
  19. package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +278 -0
  20. package/dist/components/organisms/PTabs/ITab.d.ts +2 -0
  21. package/dist/components/organisms/PTabs/PTabs.stories.d.ts +320 -0
  22. package/dist/modules/extracts/classes/index.d.ts +2 -0
  23. package/dist/modules/extracts/classes/indexNames.d.ts +2 -0
  24. package/dist/modules/forms/components/Fields/DateField.vue.d.ts +2 -2
  25. package/dist/modules/forms/components/Fields/FileField.vue.d.ts +2 -2
  26. package/dist/modules/forms/components/Fields/MatrixRadioField.vue.d.ts +4 -4
  27. package/dist/modules/forms/components/Fields/MatrixSetField.vue.d.ts +4 -4
  28. package/dist/modules/forms/components/Fields/NumberField.vue.d.ts +2 -2
  29. package/dist/modules/forms/components/Fields/RadioField.vue.d.ts +4 -4
  30. package/dist/modules/forms/components/Fields/SetField.vue.d.ts +4 -4
  31. package/dist/modules/forms/components/Fields/StringField.vue.d.ts +2 -2
  32. package/dist/modules/forms/components/Fields/TextField.vue.d.ts +2 -2
  33. package/dist/modules/forms/components/admin/Fields/MatrixFieldEdit.vue.d.ts +2 -2
  34. package/dist/modules/forms/components/admin/Fields/RadioFieldEdit.vue.d.ts +2 -2
  35. package/dist/modules/forms/components/admin/Fields/SetFieldEdit.vue.d.ts +2 -2
  36. package/dist/modules/index.d.ts +4 -0
  37. package/dist/modules/settings/classes/index.d.ts +2 -0
  38. package/dist/modules/settings/classes/indexNames.d.ts +2 -0
  39. package/dist/sprof.js +8300 -8247
  40. package/dist/sprof.umd.cjs +12 -12
  41. package/dist/store/Store.d.ts +0 -0
  42. package/dist/style.css +1 -1
  43. package/package.json +1 -1
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconArrowLeft: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: StringConstructor;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: StringConstructor;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: globalThis.PropType<string>;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: globalThis.PropType<string>;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: globalThis.PropType<string>;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: globalThis.PropType<string>;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: globalThis.PropType<string>;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: globalThis.PropType<string>;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconCheckDefault: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: globalThis.PropType<string>;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: globalThis.PropType<string>;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: globalThis.PropType<string>;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: globalThis.PropType<string>;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: globalThis.PropType<string>;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: globalThis.PropType<string>;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: globalThis.PropType<string>;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: globalThis.PropType<string>;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: globalThis.PropType<string>;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: globalThis.PropType<string>;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: globalThis.PropType<string>;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: globalThis.PropType<string>;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconClose: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: globalThis.PropType<string>;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: globalThis.PropType<string>;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: globalThis.PropType<string>;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: globalThis.PropType<string>;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: globalThis.PropType<string>;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: globalThis.PropType<string>;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconEdit: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: StringConstructor;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: StringConstructor;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconEmail: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: StringConstructor;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: StringConstructor;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: globalThis.PropType<string>;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: globalThis.PropType<string>;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: globalThis.PropType<string>;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: globalThis.PropType<string>;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: globalThis.PropType<string>;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: globalThis.PropType<string>;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconMove: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: globalThis.PropType<string>;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: globalThis.PropType<string>;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: globalThis.PropType<string>;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: globalThis.PropType<string>;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: globalThis.PropType<string>;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: globalThis.PropType<string>;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ size: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ iconClass: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ size: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ margin: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ iconClass: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ size: string;
33
+ margin: string;
34
+ iconClass: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ tags: string[];
37
+ parameters: {
38
+ docs: {
39
+ description: {
40
+ component: string;
41
+ };
42
+ };
43
+ };
44
+ argTypes: {
45
+ size: {
46
+ control: string;
47
+ description: string;
48
+ };
49
+ margin: {
50
+ control: string;
51
+ description: string;
52
+ };
53
+ iconClass: {
54
+ control: string;
55
+ description: string;
56
+ };
57
+ };
58
+ };
59
+ export default _default;
60
+ export declare const Default: (args: any) => {
61
+ components: {
62
+ IconPhone: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
+ size: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ margin: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ iconClass: {
72
+ type: StringConstructor;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
+ size: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ margin: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ iconClass: {
86
+ type: StringConstructor;
87
+ required: false;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {
91
+ size: string;
92
+ margin: string;
93
+ iconClass: string;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ };
96
+ setup(): {
97
+ args: any;
98
+ };
99
+ template: string;
100
+ };