Skip to content

Commit

Permalink
fix(core): fixed comment on createDropZone
Browse files Browse the repository at this point in the history
  • Loading branch information
novaotp committed Jan 31, 2025
1 parent 03ef6fc commit d8ce465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sv-use/core",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"description": "A collection of Svelte 5 utilities.",
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/src/elements/create-drop-zone/index.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ type CreateDropZoneReturn = {
};

/**
*
* @param target
* @param options
* Creates a zone where files can be dropped.
* @param target The element that acts as the drop zone.
* @param options Additional options to customize the behavior.
* @see https://svelte-librarian.github.io/sv-use/docs/core/elements/create-drop-zone
*/
export function createDropZone(
Expand Down

0 comments on commit d8ce465

Please sign in to comment.