-
-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Labels
🚀 enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Sometimes I need to handle some data from API or configurations that will later be passed to a flowbite-component. In this case, I would like to convert this data to the component property types.
Describe the solution you'd like
All interfaces/types used by flowbite components must be exported as types to the default package.
Describe alternatives you've considered
None.
Additional context
One good example is when you are using the react-router to create the Breadcrumb and you need to handle some logic to the data to apply it to the Breadcrumb. Item. I can't import the BreadcrumbItemProps directly from the flowbite-react package.
Metadata
Metadata
Assignees
Labels
🚀 enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers