We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09efa61 commit b11d94eCopy full SHA for b11d94e
1 file changed
addon/components/drag-sort-list.ts
@@ -24,7 +24,7 @@ interface DragSortListSignature<Item extends object> {
24
sourceOnly: boolean;
25
};
26
Blocks: {
27
- default: [item: object, index: number];
+ default: [item: Item, index: number];
28
29
}
30
0 commit comments