Add strokeWidth type for lucide-vue-next (#1246)

This commit is contained in:
Eric Fennis
2023-05-28 11:46:23 +02:00
committed by GitHub
parent f4d887339e
commit 58c652908a

View File

@@ -30,6 +30,7 @@ declare module 'lucide-vue-next'
// Create interface extending SVGAttributes
export interface SVGProps extends Partial<SVGAttributes> {
size?: 24 | number
strokeWidth?: number
absoluteStrokeWidth?: boolean
}