@comercti/react-components-hmg 0.10.7 → 0.10.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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +723 -699
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -779,7 +779,7 @@ declare type __VLS_Props_8 = {
|
|
|
779
779
|
};
|
|
780
780
|
|
|
781
781
|
declare type __VLS_Props_9 = {
|
|
782
|
-
modelValue?: Date | string | null;
|
|
782
|
+
modelValue?: Date | string | null | number;
|
|
783
783
|
start?: Date | string | null;
|
|
784
784
|
end?: Date | string | null;
|
|
785
785
|
/** Habilita range */
|