-
Notifications
You must be signed in to change notification settings - Fork 7
Open
@rosudhi
Description
Issue
Currently all exported method are in single location, but we may want those to be grouped based on it's component.
How to Reproduce
- import a component from
@dhi/react-components-laband we will see messed up component and it's belonging.
image
Expected
- Importing component from this
@dhi/react-components-labshould return main component only, other supported type, method, etc should accessed from it's parent,@dhi/react-components-lab/{component_name}