Replies: 1 comment 1 reply
-
Manually rewriting the head of Not clear however why declare module 'lucide-vue-next'
// Create interface extending SVGAttributes
export interface LucideProps extends Partial<React.SVGProps<SVGSVGElement>> {
color?: string
size?: string | number
stroke?: string // no numbers
strokeWidth?: string | number
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting the following reference/typing errors when compiling
lucide-react 0.15.30
usingtsc 4.2.3
: any hints?My dependencies are:
Beta Was this translation helpful? Give feedback.
All reactions