Skip to content

Commit b11d94e

Browse files
Yield item type
1 parent 09efa61 commit b11d94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/components/drag-sort-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface DragSortListSignature<Item extends object> {
2424
sourceOnly: boolean;
2525
};
2626
Blocks: {
27-
default: [item: object, index: number];
27+
default: [item: Item, index: number];
2828
};
2929
}
3030

0 commit comments

Comments
 (0)