Skip to content

Commit

Permalink
Update JSdoc lucide svelte (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Jan 25, 2024
1 parent 06372db commit 8cc1439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-svelte/scripts/exportTemplate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const iconNode: IconNode = ${JSON.stringify(children)};
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {FunctionalComponent} Vue component
* @returns {FunctionalComponent} Svelte component
* ${deprecated ? '@deprecated' : ''}
*/
</script>
Expand Down

0 comments on commit 8cc1439

Please sign in to comment.