mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-13 05:59:58 +02:00
fix lint
This commit is contained in:
-2
@@ -4,7 +4,6 @@ import {
|
||||
ItemListStateActions,
|
||||
ItemListStateItemWithRequiredProperties,
|
||||
} from '/@/renderer/components/item-list/helpers/item-list-state';
|
||||
import { LibraryItem } from '/@/shared/types/domain-types';
|
||||
|
||||
interface UseTableKeyboardNavigationProps {
|
||||
calculateScrollTopForIndex: (index: number) => number;
|
||||
@@ -21,7 +20,6 @@ interface UseTableKeyboardNavigationProps {
|
||||
) => item is ItemListStateItemWithRequiredProperties;
|
||||
internalState: ItemListStateActions;
|
||||
itemCount?: number;
|
||||
itemType: LibraryItem;
|
||||
pinnedRightColumnCount: number;
|
||||
pinnedRightColumnRef: React.RefObject<HTMLDivElement | null>;
|
||||
rowRef: React.RefObject<HTMLDivElement | null>;
|
||||
|
||||
Reference in New Issue
Block a user