lucide icon indicating copy to clipboard operation
lucide copied to clipboard

Add export for the type LucideIcon

Open Rossella-Mascia-Neosyn opened this issue 1 year ago • 1 comments

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 avatar Feb 13 '24 10:02 Rossella-Mascia-Neosyn

@Rossella-Mascia-Neosyn Have you checked this with the latest version? All types should be exported.

ericfennis avatar Mar 08 '24 14:03 ericfennis