@can2421/ui-components 1.0.56 → 1.0.57
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.
|
@@ -13,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
13
13
|
readonly default: "";
|
|
14
14
|
};
|
|
15
15
|
readonly size: {
|
|
16
|
-
readonly type: import('vue').PropType<import('./button.types').
|
|
16
|
+
readonly type: import('vue').PropType<import('./button.types').ButtonSize>;
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
readonly disabled: BooleanConstructor;
|
|
@@ -27,7 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
27
27
|
readonly default: "";
|
|
28
28
|
};
|
|
29
29
|
readonly size: {
|
|
30
|
-
readonly type: import('vue').PropType<import('./button.types').
|
|
30
|
+
readonly type: import('vue').PropType<import('./button.types').ButtonSize>;
|
|
31
31
|
readonly default: "";
|
|
32
32
|
};
|
|
33
33
|
readonly disabled: BooleanConstructor;
|
|
@@ -37,7 +37,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
37
37
|
readonly link: BooleanConstructor;
|
|
38
38
|
}>> & Readonly<{}>, {
|
|
39
39
|
readonly type: import('./button.types').ButtonType;
|
|
40
|
-
readonly size: import('./button.types').
|
|
40
|
+
readonly size: import('./button.types').ButtonSize;
|
|
41
41
|
readonly disabled: boolean;
|
|
42
42
|
readonly plain: boolean;
|
|
43
43
|
readonly round: boolean;
|