@comercti/vue-components-hmg 0.23.19 → 0.23.20
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 +8 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1189,9 +1189,11 @@ declare function __VLS_template_22(): {
|
|
|
1189
1189
|
}) => VNode[];
|
|
1190
1190
|
header?: (props: {
|
|
1191
1191
|
item: Record<string, any>;
|
|
1192
|
+
index: number;
|
|
1192
1193
|
}) => VNode[];
|
|
1193
1194
|
content?: (props: {
|
|
1194
1195
|
item: Record<string, any>;
|
|
1196
|
+
index: number;
|
|
1195
1197
|
}) => VNode[];
|
|
1196
1198
|
}> & {
|
|
1197
1199
|
[key: string]: (props: {
|
|
@@ -1199,9 +1201,11 @@ declare function __VLS_template_22(): {
|
|
|
1199
1201
|
}) => VNode[];
|
|
1200
1202
|
header?: (props: {
|
|
1201
1203
|
item: Record<string, any>;
|
|
1204
|
+
index: number;
|
|
1202
1205
|
}) => VNode[];
|
|
1203
1206
|
content?: (props: {
|
|
1204
1207
|
item: Record<string, any>;
|
|
1208
|
+
index: number;
|
|
1205
1209
|
}) => VNode[];
|
|
1206
1210
|
};
|
|
1207
1211
|
refs: {};
|