@cagatayfdn/flora-components 0.0.63 → 0.0.64

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
@@ -849,6 +849,7 @@ export declare type PagerProps = {
849
849
  currentPage?: number;
850
850
  pageSize?: number;
851
851
  reset?: any;
852
+ showInput?: boolean;
852
853
  className?: string;
853
854
  onChange?: (pageIndex: number) => void;
854
855
  appearance?: ThemeAppearance;