@comercti/icons-hmg 0.2.2 → 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/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1378,6 +1378,7 @@ declare module 'vue' {
|
|
|
1378
1378
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
1379
1379
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
1380
1380
|
'ce-data-table': typeof DataTableComponent;
|
|
1381
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
1381
1382
|
}
|
|
1382
1383
|
}
|
|
1383
1384
|
|