Skip to content

Commit 31fb1ce

Browse files
committed
Attempt to update data sheet
1 parent 8582134 commit 31fb1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/data-sheet/src/core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
useStoreAPI,
2828
VisibleCells,
2929
} from "./provider";
30-
import { ColumnSpec } from "./utils";
30+
import type { ColumnSpec } from "./utils";
3131

3232
const h = hyper.styled(styles);
3333

@@ -49,7 +49,7 @@ interface DataSheetInternalProps<T> {
4949
onDeleteRows?: (selection: Region[]) => void;
5050
verbose?: boolean;
5151
enableColumnReordering?: boolean;
52-
enableFocusedCell?: boolean | null;
52+
enableFocusedCell?: boolean;
5353
dataSheetActions?: ReactNode | null;
5454
editable?: boolean;
5555
autoFocusEditor?: boolean;

0 commit comments

Comments
 (0)