lucide
lucide copied to clipboard
Add export for the type LucideIcon
Package
- [ ] lucide
- [ ] lucide-angular
- [ ] lucide-flutter
- [ ] lucide-preact
- [ ] lucide-react
- [X] lucide-react-native
- [ ] lucide-solid
- [ ] lucide-svelte
- [ ] lucide-vue
- [ ] lucide-vue-next
- [ ] Figma plugin
- [ ] all JS packages
- [ ] site
Description
I wish I could use the type LucideIcon
Use cases
export type ButtonIconProps = {
propsButton: ButtonProps;
icon: LucideIcon;
};
Checklist
- [X] I have searched the existing issues to make sure this bug has not already been reported.
@Rossella-Mascia-Neosyn Have you checked this with the latest version? All types should be exported.