prlg-ui 1.8.95 → 1.8.97
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/dist/index.d.ts +2 -2
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +1347 -1349
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -502,8 +502,8 @@ declare type __VLS_Props_8 = {
|
|
|
502
502
|
declare type __VLS_Props_9 = Props;
|
|
503
503
|
|
|
504
504
|
declare type __VLS_PublicProps = {
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
"currentPage"?: number;
|
|
506
|
+
"perPage"?: number;
|
|
507
507
|
} & __VLS_Props_2;
|
|
508
508
|
|
|
509
509
|
declare type __VLS_PublicProps_10 = {
|