Skip to content

Commit

Permalink
Fix types (lucide-icons#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis authored Apr 5, 2022
1 parent 32cf954 commit deed0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-vue-next/scripts/buildTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TYPES_FILE_NAME = 'lucide-vue-next.d.ts';

// Generates header of d.ts file include some types and functions
const typeDefinitions = `\
import { SVGAttributes, VNode } from 'vue';
import { SVGAttributes, FunctionalComponent } from 'vue';
declare module 'lucide-vue-next'
// Create interface extending SVGAttributes
Expand Down

0 comments on commit deed0e4

Please sign in to comment.