gantri-components 3.0.0-beta.36 → 3.0.0-beta.38

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.
@@ -34,7 +34,6 @@ export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<Drop
34
34
  placeholderTxValues?: {
35
35
  [key: string]: string;
36
36
  };
37
- renderPlaceholder?: (option?: T) => JSX.Element;
38
37
  resetSelectionOnDisabled?: boolean;
39
38
  /**
40
39
  * If internal, the component will search over the provided list of items,
@@ -5,4 +5,4 @@ export declare const useTrackStickyCells: <TData extends RowData<{
5
5
  [key: string]: unknown;
6
6
  id?: string | number | undefined;
7
7
  subRows?: any[] | undefined;
8
- }>>(props: UseTrackStickyCellsProps<TData>) => Partial<Record<"data-is-sticky-left" | "data-is-sticky-right" | "data-is-sticky-bottom" | "data-is-sticky-top", "" | undefined>>;
8
+ }>>(props: UseTrackStickyCellsProps<TData>) => void;