@milaboratories/uikit 1.2.7 → 1.2.8
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.
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
*
|
|
6
6
|
* @default true
|
|
7
7
|
*/
|
|
8
|
-
modelValue
|
|
8
|
+
modelValue?: boolean;
|
|
9
9
|
/**
|
|
10
10
|
* The type of alert, which determines the alert's style and icon.
|
|
11
11
|
* Can be one of `'success' | 'info' | 'warn' | 'error'`.
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
43
|
*
|
|
44
44
|
* @default true
|
|
45
45
|
*/
|
|
46
|
-
modelValue
|
|
46
|
+
modelValue?: boolean;
|
|
47
47
|
/**
|
|
48
48
|
* The type of alert, which determines the alert's style and icon.
|
|
49
49
|
* Can be one of `'success' | 'info' | 'warn' | 'error'`.
|