Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Aug 24, 2023
1 parent 5693882 commit 161e6cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DraggableList/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export type DraggableListProps<T extends DefaultItemProps> = {
onPlaceholderIndexChange?: ((placeholderIndex: number) => void) | undefined;
};

export type RenderItemParams<T extends DefaultItemProps> =
OriginalRenderItemParams<T>;
export type RenderItemParams<T> = OriginalRenderItemParams<T>;

0 comments on commit 161e6cf

Please sign in to comment.