Capítulo 20 de 147
Learn about the different types exported by the lucide-react package and how to use them in your React application.
LucidePropsLucideIconIconNodeinterface LucideProps {
size?: number | string;
color?: string;
strokeWidth?: number;
absoluteStrokeWidth?: boolean;
[key: string]: any; // Any other SVG attributes
}
LucidePropsLucideIconIconNode