@comercti/react-components-hmg 0.3.1 → 0.3.2
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 +2 -2
- package/comerc-style-guide.es.js +4 -4
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1502,7 +1502,7 @@ export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
|
|
|
1502
1502
|
|
|
1503
1503
|
export declare const CeInput: default_2.ComponentType<typeof _default_16>;
|
|
1504
1504
|
|
|
1505
|
-
export declare const
|
|
1505
|
+
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1506
1506
|
|
|
1507
1507
|
export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
|
|
1508
1508
|
|
|
@@ -2085,7 +2085,7 @@ declare module 'vue' {
|
|
|
2085
2085
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2086
2086
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2087
2087
|
'ce-data-table': typeof DataTableComponent;
|
|
2088
|
-
'ce-
|
|
2088
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
2091
|
|