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 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
- 'currentPage'?: number;
506
- 'perPage'?: number;
505
+ "currentPage"?: number;
506
+ "perPage"?: number;
507
507
  } & __VLS_Props_2;
508
508
 
509
509
  declare type __VLS_PublicProps_10 = {