Skip to content

Commit

Permalink
Replace ResizeHandle with React.JSX.Element in resizableTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas committed Jan 12, 2025
1 parent be4509e commit 4811d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/table/test/resizableTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import sinon from "sinon";

import * as Classes from "../src/common/classes";
import { Resizable, type ResizableProps, type ResizeableState } from "../src/interactions/resizable";
import { Orientation, type ResizeHandle } from "../src/interactions/resizeHandle";
import { Orientation } from "../src/interactions/resizeHandle";

import { ReactHarness } from "./harness";

interface ResizableDivProps {
resizeHandle?: ResizeHandle;
resizeHandle?: React.JSX.Element;
style?: React.CSSProperties;
}

Expand Down

0 comments on commit 4811d90

Please sign in to comment.