Skip to content

Commit 213c278

Browse files
committed
fix build
1 parent 7b68e83 commit 213c278

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/internal/data-grid-overlay-editor/data-grid-overlay-editor.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ import {
1414
type ProvideEditorCallback,
1515
type ProvideEditorCallbackResult,
1616
type Rectangle,
17-
type CellActivatedEventArgs,
1817
type ValidatedGridCell,
1918
} from "../data-grid/data-grid-types.js";
19+
20+
import type { CellActivatedEventArgs } from "../data-grid/event-args.js";
2021
import { DataGridOverlayEditorStyle } from "./data-grid-overlay-editor-style.js";
2122
import type { OverlayImageEditorProps } from "./private/image-overlay-editor.js";
2223
import { useStayOnScreen } from "./use-stay-on-screen.js";

0 commit comments

Comments
 (0)