@oub/fusion 0.3.21 → 0.3.23
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.
|
@@ -92,7 +92,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
required: true;
|
|
93
93
|
};
|
|
94
94
|
variantType: {
|
|
95
|
-
type: import('vue').PropType<keyof import('../../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
95
|
+
/** @type { [typeof __VLS_components.FusionButton, ] } */ type: import('vue').PropType<keyof import('../../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
96
96
|
default: string;
|
|
97
97
|
};
|
|
98
98
|
variantStyle: {
|
|
@@ -140,7 +140,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
140
|
required: true;
|
|
141
141
|
};
|
|
142
142
|
variantType: {
|
|
143
|
-
type: import('vue').PropType<keyof import('../../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
143
|
+
/** @type { [typeof __VLS_components.FusionButton, ] } */ type: import('vue').PropType<keyof import('../../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
144
144
|
default: string;
|
|
145
145
|
};
|
|
146
146
|
variantStyle: {
|