This commit is contained in:
jeffvli
2026-07-10 02:21:17 -07:00
parent 5804eb3215
commit 5cfb80f75b
@@ -4,7 +4,6 @@ import {
ItemListStateActions, ItemListStateActions,
ItemListStateItemWithRequiredProperties, ItemListStateItemWithRequiredProperties,
} from '/@/renderer/components/item-list/helpers/item-list-state'; } from '/@/renderer/components/item-list/helpers/item-list-state';
import { LibraryItem } from '/@/shared/types/domain-types';
interface UseTableKeyboardNavigationProps { interface UseTableKeyboardNavigationProps {
calculateScrollTopForIndex: (index: number) => number; calculateScrollTopForIndex: (index: number) => number;
@@ -21,7 +20,6 @@ interface UseTableKeyboardNavigationProps {
) => item is ItemListStateItemWithRequiredProperties; ) => item is ItemListStateItemWithRequiredProperties;
internalState: ItemListStateActions; internalState: ItemListStateActions;
itemCount?: number; itemCount?: number;
itemType: LibraryItem;
pinnedRightColumnCount: number; pinnedRightColumnCount: number;
pinnedRightColumnRef: React.RefObject<HTMLDivElement | null>; pinnedRightColumnRef: React.RefObject<HTMLDivElement | null>;
rowRef: React.RefObject<HTMLDivElement | null>; rowRef: React.RefObject<HTMLDivElement | null>;