@scalar/draggable
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @scalar/draggable | ||
## 0.1.3 | ||
### Patch Changes | ||
- 94e68ab: chore: upgrade typescript to 5.5 | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -36,3 +36,6 @@ import { type DraggingItem, type HoveredItem } from './store'; | ||
}; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DraggableProps>, { | ||
declare function __VLS_template(): { | ||
default?(_: {}): any; | ||
}; | ||
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DraggableProps>, { | ||
ceiling: number; | ||
@@ -58,5 +61,4 @@ floor: number; | ||
isDroppable: boolean; | ||
}, {}>, { | ||
default?(_: {}): any; | ||
}>; | ||
}, {}>; | ||
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; | ||
export default _default; | ||
@@ -63,0 +65,0 @@ |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"engines": { | ||
@@ -19,0 +19,0 @@ "node": ">=18" |
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
25260
190