mig-schema-table 5.0.10 → 5.0.12

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.
@@ -114,7 +114,7 @@ export declare interface ISchemaTableProps<T> {
114
114
  translate?: (key: string, ...args: Array<string | number>) => string;
115
115
  useFilterStateHash?: boolean;
116
116
  width?: number;
117
- variableSizeGridRef?: default_2.RefObject<VariableSizeGrid>;
117
+ variableSizeGridRef?: default_2.RefObject<VariableSizeGrid | null>;
118
118
  loadMoreItems?: (startIndex: number, stopIndex: number) => void | Promise<void>;
119
119
  itemCount?: number;
120
120
  displayTimezone?: "Europe/Amsterdam" | "Asia/Jakarta";