Skip to content

Commit

Permalink
Fix type of animationDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacoles authored Apr 14, 2019
1 parent c72505f commit 98ccb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exportTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ export interface DropResult {

export interface DropPreviewOptions {
className?: string;
animationDuration?: string;
animationDuration?: number;
showOnTop?: boolean;
}

Expand Down Expand Up @@ -60,4 60,4 @@ export interface ContainerOptions {
getGhostParent?: () => HTMLElement;
onDragEnd?: DragEndCallback;
dropPlaceholder?: DropPreviewOptions | boolean;
}
}

0 comments on commit 98ccb2d

Please sign in to comment.