@comercti/react-components-hmg 0.23.14 → 0.23.15
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -217,7 +217,7 @@ declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}
|
|
|
217
217
|
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
218
218
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
219
219
|
}>, {
|
|
220
|
-
items: Array<
|
|
220
|
+
items: Array<unknown>;
|
|
221
221
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
222
222
|
openTheFirst: boolean;
|
|
223
223
|
allOpen: boolean;
|
|
@@ -773,7 +773,7 @@ declare type __VLS_Props_34 = {
|
|
|
773
773
|
};
|
|
774
774
|
|
|
775
775
|
declare type __VLS_Props_35 = {
|
|
776
|
-
items: Array<
|
|
776
|
+
items: Array<unknown>;
|
|
777
777
|
openTheFirst?: boolean;
|
|
778
778
|
allOpen?: boolean;
|
|
779
779
|
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|