@formkit/drag-and-drop
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "@formkit/drag-and-drop", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Drag and drop package.", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
@@ -501,2 +501,3 @@ import { Ref } from 'vue'; | ||
type VueElement = HTMLElement | Ref<HTMLElement | undefined>; | ||
interface VueDragAndDropData<T> extends VueParentConfig<T> { | ||
@@ -525,2 +526,2 @@ parent: HTMLElement | Ref<HTMLElement | undefined>; | ||
export { type VueDragAndDropData, type VueParentConfig, dragAndDrop, useDragAndDrop }; | ||
export { type VueDragAndDropData, type VueElement, type VueParentConfig, dragAndDrop, useDragAndDrop }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7634208
5424