mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-14 14:40:08 +02:00
fix lint
This commit is contained in:
-2
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user