Skip to content

Commit 3226fe5

Browse files
authored
Merge pull request #388 from davidbielik/patch-2
Added `distance?: number` to DraggableOptions interface
2 parents 50ecde5 + e06957a commit 3226fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ declare module '@shopify/draggable' {
100100

101101
interface DraggableOptions {
102102
draggable?: string;
103+
distance?: number;
103104
handle?: string | NodeList | HTMLElement[] | HTMLElement | ((currentElement: HTMLElement) => HTMLElement);
104105
delay?: number;
105106
plugins?: Array<typeof AbstractPlugin>;

0 commit comments

Comments
 (0)