mig-schema-table 5.0.14 → 5.0.15

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.
@@ -5,7 +5,6 @@ import { InputHTMLAttributes } from 'react';
5
5
  import { JSX } from 'react/jsx-runtime';
6
6
  import { oas31 } from 'openapi3-ts';
7
7
  import { SetStateAction } from 'react';
8
- import { VariableSizeGrid } from 'react-window';
9
8
  import { VariableSizeListProps } from 'react-window';
10
9
 
11
10
  export declare const DEFAULT_DATE_FORMAT = "dd MMM yyyy";
@@ -119,7 +118,6 @@ export declare interface ISchemaTableProps<T> {
119
118
  translate?: (key: string, ...args: Array<string | number>) => string;
120
119
  useFilterStateHash?: boolean;
121
120
  width?: number;
122
- variableSizeGridRef?: default_2.RefObject<VariableSizeGrid | null>;
123
121
  loadMoreItems?: (startIndex: number, stopIndex: number) => void | Promise<void>;
124
122
  itemCount?: number;
125
123
  displayTimezone?: "Europe/Amsterdam" | "Asia/Jakarta";