pixel-react-excel-sheet 1.0.85 → 1.0.86

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/lib/index.d.ts CHANGED
@@ -4202,7 +4202,7 @@ interface TreeDetailsResult {
4202
4202
  }
4203
4203
  declare const getTreeDetails: (action: "above" | "below" | "expand" | "collapse" | "start" | "addAbove" | "addBelow" | "expandAll", oldData: TreeNodeProps[], newData: TreeNodeProps[], sourceId?: string) => TreeDetailsResult;
4204
4204
 
4205
- declare const useBeforeUnload: (initialPreventUnload: boolean) => readonly [boolean, React$1.Dispatch<React$1.SetStateAction<boolean>>];
4205
+ declare const useBeforeUnload: (beforeunload: boolean) => void;
4206
4206
 
4207
4207
  declare const handleTreeNodeSect: (data: TreeNodeProps[], key: string | undefined, rootNode: TreeNodeProps | null, isChecked: boolean) => {
4208
4208
  data: TreeNodeProps[];