Skip to content

Commit 37f2472

Browse files
author
Clauderic Demers
committed
Fix TypeScript type definitions
1 parent ff90465 commit 37f2472

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

types/index.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,4 @@ export function SortableElement<P>(wrappedComponent: WrappedComponent<P>, config
8888

8989
export function SortableHandle<P>(wrappedComponent: WrappedComponent<P>, config?: Config): React.ComponentClass<P>;
9090

91-
export const sortableContainer = SortableContainer;
92-
93-
export const sortableElement = SortableElement;
94-
95-
export const sortableHandle = SortableHandle;
96-
9791
export function arrayMove<T>(collection: T[], previousIndex: number, newIndex: number): T[];

0 commit comments

Comments
 (0)