Skip to content

Commit

Permalink
Update SortableContainerProps
Browse files Browse the repository at this point in the history
Add disableAutoscroll prop to SortableContainerProps
  • Loading branch information
aswathpp97 authored Nov 22, 2020
1 parent 35996f5 commit 1aa0e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export interface SortableContainerProps {
getContainer?: ContainerGetter;
getHelperDimensions?: (sort: SortStart) => Dimensions;
helperContainer?: HTMLElement | HelperContainerGetter;
disableAutoscroll?: boolean;
}

export interface SortableElementProps {
Expand Down

0 comments on commit 1aa0e73

Please sign in to comment.