react-sortable-hoc
Advanced tools
Comparing version 0.7.1 to 0.7.2
Changelog | ||
------------ | ||
### 0.7.2 | ||
- Fix issues with TypeScript type definitions | ||
### 0.7.1 | ||
@@ -4,0 +7,0 @@ - Provide TypeScript type definitions out of the box [#377](https://github.com/clauderic/react-sortable-hoc/pull/377) |
{ | ||
"name": "react-sortable-hoc", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Set of higher-order components to turn any list into a sortable, touch-friendly, animated list", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -91,8 +91,2 @@ import * as React from 'react'; | ||
export const sortableContainer = SortableContainer; | ||
export const sortableElement = SortableElement; | ||
export const sortableHandle = SortableHandle; | ||
export function arrayMove<T>(collection: T[], previousIndex: number, newIndex: number): T[]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
980575
6453