Skip to content

Instantly share code, notes, and snippets.

View lukevella's full-sized avatar

Luke Vella lukevella

View GitHub Profile
@dillionverma
dillionverma / lucide-react.d.ts
Last active August 14, 2026 18:58
How to stop @radix-ui, next/router and lucide-react auto-imports
declare module 'lucide-react' {
export * from 'lucide-react/dist/lucide-react.suffixed'
}