@mateosuarezdev/react-ui 1.0.24 → 1.0.25

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
@@ -438,6 +438,12 @@ export declare const PageScroller: default_2.FC<PageScrollerProps>;
438
438
 
439
439
  declare interface PageScrollerProps {
440
440
  tabPage?: boolean;
441
+ /**
442
+ * If to position the outer page element as absolute
443
+ * or relative (usually depending on the used routing layout)
444
+ * defaults to true
445
+ */
446
+ absolute?: boolean;
441
447
  navBar?: default_2.ReactNode;
442
448
  children: default_2.ReactNode;
443
449
  onRefresh?: () => Promise<void>;