@comercti/react-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
|
@@ -1275,9 +1275,11 @@ declare function __VLS_template_28(): {
|
|
|
1275
1275
|
}) => VNode[];
|
|
1276
1276
|
header?: (props: {
|
|
1277
1277
|
item: Record<string, any>;
|
|
1278
|
+
index: number;
|
|
1278
1279
|
}) => VNode[];
|
|
1279
1280
|
content?: (props: {
|
|
1280
1281
|
item: Record<string, any>;
|
|
1282
|
+
index: number;
|
|
1281
1283
|
}) => VNode[];
|
|
1282
1284
|
}> & {
|
|
1283
1285
|
[key: string]: (props: {
|
|
@@ -1285,9 +1287,11 @@ declare function __VLS_template_28(): {
|
|
|
1285
1287
|
}) => VNode[];
|
|
1286
1288
|
header?: (props: {
|
|
1287
1289
|
item: Record<string, any>;
|
|
1290
|
+
index: number;
|
|
1288
1291
|
}) => VNode[];
|
|
1289
1292
|
content?: (props: {
|
|
1290
1293
|
item: Record<string, any>;
|
|
1294
|
+
index: number;
|
|
1291
1295
|
}) => VNode[];
|
|
1292
1296
|
};
|
|
1293
1297
|
refs: {};
|